X-Git-Url: https://projects.mako.cc/source/scuttle/blobdiff_plain/1902126441099aeb0f6aefb4b7f91a4c88ab7f6e..fbab1fbe884c9f1f0fbd419ad0db0793ef52dbaf:/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";