From 459e27580eddc113c85880359e3f5cdd26c67bba Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Fri, 9 Jul 2010 18:47:36 -0700 Subject: [PATCH] new default html template --- templates/default.html.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default.html.tpl b/templates/default.html.tpl index f5f9572..d366eb7 100644 --- a/templates/default.html.tpl +++ b/templates/default.html.tpl @@ -3,7 +3,7 @@ include_template('head-inc.html.tpl') ?> - <?=SITE_TITLE?>, <?=$page_title?> + <?=$this->page_title('; ');?> -- 2.34.1