X-Git-Url: https://projects.mako.cc/source/scuttle/blobdiff_plain/e8fd34c234a67bcaa57c9793dbd41fb083936d6d..1685ba1f8af80489da4f092a0adcced47a60e9fa:/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";