This commit is contained in:
Stefan Brannfjell 2014-08-31 11:13:42 +02:00
parent 1dc1b68825
commit 889de64b5c

View File

@ -13,7 +13,7 @@
foreach ($title as $word) { foreach ($title as $word) {
if ($word !== $title[count($title) - 1]) echo $word .' '; if ($word !== $title[count($title) - 1]) echo $word .' ';
} }
} } else echo $config['site_title'];
?><span class="logo_colour"><?php ?><span class="logo_colour"><?php
if (count($title) > 1) { if (count($title) > 1) {