diff --git a/templates/top.inc.php b/templates/top.inc.php index ec35222..72c5612 100644 --- a/templates/top.inc.php +++ b/templates/top.inc.php @@ -2,7 +2,7 @@ -<?php echo filter($GLOBALS['sitename'] . (isset($pagetitle) ? ': ' . $pagetitle : '')); ?> +<?php echo filter($GLOBALS['sitename'] .(isset($pagetitle) ? ' ยป ' . $pagetitle : '')); ?>