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

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

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

'. $error ."

\n";