X-Git-Url: https://projects.mako.cc/source/scuttle/blobdiff_plain/9ce0bb50d2e8288c22e9cb801a2168b2c76a070c..dced11bcc478949c9a1eee73ffca6352da816abe:/templates/top.inc.php diff --git a/templates/top.inc.php b/templates/top.inc.php index 85c965d..a881f56 100644 --- a/templates/top.inc.php +++ b/templates/top.inc.php @@ -6,14 +6,20 @@ + '; } ?> - + + @@ -37,7 +43,11 @@ if (isset($_GET['popup'])) { '. $subtitle ."\n"; + echo '

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

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

'. $error ."

\n";