mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Fix #143
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user