forked from Cavemanon/cavepaintings
contact link should now properly link to email
This commit is contained in:
@@ -37,7 +37,7 @@ class Layout {
|
||||
|
||||
$debug = get_debug_info();
|
||||
|
||||
$contact = empty($contact_link) ? "" : "<br><a href='$contact_link'>Contact</a>";
|
||||
$contact = empty($contact_link) ? "" : "<br><a href='mailto:$contact_link'>Contact</a>";
|
||||
|
||||
if(empty($page->subheading)) {
|
||||
$subheading = "";
|
||||
|
Reference in New Issue
Block a user