Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Farning <dfarning@gmail.com>2009-02-18 19:57:11 (GMT)
committer David Farning <dfarning@gmail.com>2009-02-18 19:57:11 (GMT)
commit44832bbae9baefc6984e21904cb9f51f24d6ced3 (patch)
tree97008af09fcafde5129eda296f556a66733317be
parente28d5747ee6505a916552c7cdb9f524957d0620d (diff)
fix Replace site name with SITE_NAME constant
-rw-r--r--site/app/views/elements/header.thtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/app/views/elements/header.thtml b/site/app/views/elements/header.thtml
index f773858..c870e3e 100644
--- a/site/app/views/elements/header.thtml
+++ b/site/app/views/elements/header.thtml
@@ -123,7 +123,7 @@
<?php echo $html->image('app-icons/'.LAYOUT_NAME.'.png', array('alt' => $main_header)); ?>
<?php
if (LAYOUT_NAME == 'generic' || LAYOUT_NAME == 'developers') {
- echo .SITE_NAME.'</a></h1>';
+ echo SITE_NAME.'</a></h1>';
if (!empty($subpagetitle)) {
echo '<h2>'.$subpagetitle.'</h2>';
}