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

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

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

'. $error ."

\n";