From 8177606271fe983aa213bc29c35f6707ddd44794 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 9 May 2018 13:53:55 -0600 Subject: [PATCH] Make phone number a link (bootstrap) --- public/themes/bootstrap/inc/footer.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/themes/bootstrap/inc/footer.inc.php b/public/themes/bootstrap/inc/footer.inc.php index 73f298e..f47ad77 100644 --- a/public/themes/bootstrap/inc/footer.inc.php +++ b/public/themes/bootstrap/inc/footer.inc.php @@ -13,7 +13,7 @@
[[VAR]]", get_setting("businessname")); ?>
[[VAR]]
', get_setting("phone")); + output_conditional('
' . get_setting("phone") . '
', preg_replace("/[^0-9+]/", "", get_setting("phone"))); output_conditional('
[[VAR]]
', str_replace("\n", "
\n", get_setting("address"))); output_conditional('
[[VAR]]
', get_setting("email")); ?>