diff --git a/fp-includes/core/core.theme.php b/fp-includes/core/core.theme.php index 97d0424..0eaf767 100644 --- a/fp-includes/core/core.theme.php +++ b/fp-includes/core/core.theme.php @@ -284,7 +284,7 @@ $smarty->assign('blogtitle', $fp_config['general']['title']); $smarty->assign('pagetitle', - apply_filters('wp_title', "", '»')); + apply_filters('wp_title', "", '«')); $smarty->assign_by_ref('fp_config', $fp_config); diff --git a/fp-interface/themes/leggero/header.tpl b/fp-interface/themes/leggero/header.tpl index 52f4fa6..8bfded8 100755 --- a/fp-interface/themes/leggero/header.tpl +++ b/fp-interface/themes/leggero/header.tpl @@ -1,7 +1,7 @@ - {$flatpress.title|tag:wp_title:'»'} + {$flatpress.title|tag:wp_title:'«'} {action hook=wp_head} diff --git a/index.php b/index.php index 09daddd..d515646 100644 --- a/index.php +++ b/index.php @@ -19,7 +19,7 @@ $q =& $fpdb->getQuery(); list($id, $e) = @$q->peekEntry(); if ($e) - return "$val {$sep} {$e['subject']}"; + return "{$e['subject']} {$sep} $val "; else return $val; }