X-Git-Url: https://projects.mako.cc/source/scuttle/blobdiff_plain/9ce0bb50d2e8288c22e9cb801a2168b2c76a070c..9a46f7eb41b5e9d4edde8c5cd14a680b24a79f17:/templates/top.inc.php diff --git a/templates/top.inc.php b/templates/top.inc.php index 85c965d..390fbf3 100644 --- a/templates/top.inc.php +++ b/templates/top.inc.php @@ -5,7 +5,9 @@ <?php echo filter($GLOBALS['sitename'] . (isset($pagetitle) ? ': ' . $pagetitle : '')); ?> + + - - + + + + @@ -37,7 +41,11 @@ if (isset($_GET['popup'])) { '. $subtitle ."\n"; + echo '

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

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

'. $error ."

\n";