X-Git-Url: https://projects.mako.cc/source/scuttle/blobdiff_plain/7e8b3ec9903f52ae787c67f27761ed3a7baf6d11..b35c59521deae7405997a24cefd523d9e3592665:/templates/top.inc.php diff --git a/templates/top.inc.php b/templates/top.inc.php index d7a6731..a881f56 100644 --- a/templates/top.inc.php +++ b/templates/top.inc.php @@ -8,12 +8,16 @@ '; } ?> - + @@ -39,7 +43,11 @@ if (isset($_GET['popup'])) { '. $subtitle ."\n"; + echo '

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

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

'. $error ."

\n";