X-Git-Url: https://projects.mako.cc/source/scuttle/blobdiff_plain/3ce5baadaeb81d51bf65df85415fe1adf52f32b2..dd2ff2161984457b57fa93cf554b1d4128f988ee:/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";