diff --git a/index.php b/index.php index 7310723..dd98a85 100644 --- a/index.php +++ b/index.php @@ -15,6 +15,7 @@ if(isset($_GET['info'])) $title = "Info"; $tpl->assign("title", $title); +$tpl->assign("site_name", CONFIG_SITE_NAME); $tpl->draw("header"); if(isset($_GET['info'])) { diff --git a/rain/template/header.html b/rain/template/header.html index 2bfbd59..3c7b4eb 100644 --- a/rain/template/header.html +++ b/rain/template/header.html @@ -4,9 +4,8 @@ - - Uguu · {$title} - + {$site_name} · {$title} + @@ -24,16 +23,16 @@ + +