X-Git-Url: https://projects.mako.cc/source/scuttle/blobdiff_plain/72c7cbb2e150516ad71681339544650f9d89bdd7..050b5adfe71a4d515996dcb24dcdf070feb014bb:/templates/top.inc.php diff --git a/templates/top.inc.php b/templates/top.inc.php index 85c965d..6a1bdb8 100644 --- a/templates/top.inc.php +++ b/templates/top.inc.php @@ -6,6 +6,7 @@ + + @@ -37,7 +39,11 @@ if (isset($_GET['popup'])) { '. $subtitle ."\n"; + echo '

'. $subtitle; + if (isset($total)) { + echo " (" . $total . ")"; + } + echo "

\n"; } if (isset($error)) { echo '

'. $error ."

\n";