X-Git-Url: https://projects.mako.cc/source/scuttle/blobdiff_plain/04b0f54876eb15dc6b7ccafffc893fcdc3fd379a..HEAD:/templates/top.inc.php?ds=inline diff --git a/templates/top.inc.php b/templates/top.inc.php index 6878622..a881f56 100644 --- a/templates/top.inc.php +++ b/templates/top.inc.php @@ -5,20 +5,22 @@ <?php echo filter($GLOBALS['sitename'] . (isset($pagetitle) ? ': ' . $pagetitle : '')); ?> - - + '; } ?> - - - - - + + + + @@ -41,7 +43,11 @@ if (isset($_GET['popup'])) { '. $subtitle ."\n"; + echo '

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

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

'. $error ."

\n";