mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-05-15 10:29:20 +02:00
Fix #143
This commit is contained in:
parent
1dc1b68825
commit
889de64b5c
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user