From 394bee4d0e366d2e3959ea59251cbc489adfd7f2 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Fri, 4 May 2018 18:38:45 -0600 Subject: [PATCH] Add social and company info/links to Verti footer --- public/themes/verti/inc/footer.inc.php | 43 +++++++++++++++++--------- 1 file changed, 28 insertions(+), 15 deletions(-) diff --git a/public/themes/verti/inc/footer.inc.php b/public/themes/verti/inc/footer.inc.php index f8becc5..1afd4a4 100644 --- a/public/themes/verti/inc/footer.inc.php +++ b/public/themes/verti/inc/footer.inc.php @@ -5,7 +5,7 @@
-
-
-
@@ -53,15 +53,27 @@

Contact Us

    -
  • Twitter
  • -
  • Facebook
  • -
  • Instagram
  • -
  • Dribbble
  • -
  • Pinterest
  • + Facebook', get_setting("facebook")); + output_conditional('
  • Twitter
  • ', get_setting("twitter")); + output_conditional('
  • YouTube
  • ', get_setting("youtube")); + output_conditional('
  • Instagram
  • ', get_setting("instagram")); + output_conditional('
  • Snapchat
  • ', get_setting("snapchat")); + output_conditional('
  • Google+
  • ', get_setting("google-plus")); + output_conditional('
  • Skype
  • ', get_setting("skype")); + output_conditional('
  • Twitter
  • ', get_setting("telegram")); + output_conditional('
  • Vimeo
  • ', get_setting("vimeo")); + output_conditional('
  • Whatsapp
  • ', get_setting("whatsapp")); + output_conditional('
  • LinkedIn
  • ', get_setting("linkedin")); + output_conditional('
  • diaspora*
  • ', get_setting("diaspora")); + output_conditional('
  • Mastodon
  • ', get_setting("mastodon")); + ?>
-

1234 Fictional Road
- Nashville, TN 00000
- (800) 555-0000

+

+

[[VAR]]
', get_setting("phone")); ?> +
[[VAR]]
', str_replace("\n", "
\n", get_setting("address"))); ?> +
[[VAR]]
', get_setting("email")); ?> +

@@ -70,7 +82,8 @@