this is PHP :(
This commit is contained in:
parent
6aa704d04c
commit
7d478a809c
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Reference in a new issue