this is PHP :(

This commit is contained in:
Shish 2017-09-21 15:35:13 +01:00
parent 6aa704d04c
commit 7d478a809c

View file

@ -49,7 +49,8 @@ class Home extends Extension {
global $config;
$base_href = get_base_href();
$sitename = $config->get_string('title');
$contact_link = contact_link() || "";
$contact_link = contact_link();
if(is_null($contact_link)) $contact_link = "";
$counter_dir = $config->get_string('home_counter', 'default');
$total = Image::count_images();