X-Git-Url: https://projects.mako.cc/source/scuttle/blobdiff_plain/2c087c3ce497ccbbf5860f710168e563c7b7cce7..dd2ff2161984457b57fa93cf554b1d4128f988ee:/templates/top.inc.php diff --git a/templates/top.inc.php b/templates/top.inc.php index 6878622..390fbf3 100644 --- a/templates/top.inc.php +++ b/templates/top.inc.php @@ -41,7 +41,11 @@ if (isset($_GET['popup'])) { '. $subtitle ."\n"; + echo '

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

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

'. $error ."

\n";