allow both http: and mailto: contact links

This commit is contained in:
Shish
2016-06-06 12:12:25 +01:00
parent dc8efcb680
commit aeeaabb22e
11 changed files with 42 additions and 17 deletions

View File

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