Added Trip Advisor icon/link to Trout Creek site.
authorIan Weller <ian@gaslightmedia.com>
Wed, 6 Aug 2014 19:43:39 +0000 (19:43 +0000)
committerIan Weller <ian@gaslightmedia.com>
Wed, 6 Aug 2014 19:43:39 +0000 (19:43 +0000)
.htaccess
assets/sm_ta.png [new file with mode: 0644]
config/server.ini
styles.css
templates/template.html

index 17d264b..075119b 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -14,7 +14,7 @@ Deny from all
 RewriteEngine On
 AddDefaultCharset utf-8
 
-#RewriteBase /www.troutcreek.com/
+#RewriteBase /~ian/www.troutcreek.com/
 
 # Redirect non-www to www
 RewriteCond %{ENV:GLM_HOST_ID} PRODUCTION
diff --git a/assets/sm_ta.png b/assets/sm_ta.png
new file mode 100644 (file)
index 0000000..48fee7b
Binary files /dev/null and b/assets/sm_ta.png differ
index 85116c2..576c343 100644 (file)
@@ -180,7 +180,7 @@ error.display     = 1
 error.ident       = ""
 error.conf.path        = "/var/www/server/"
 
-database.params.host = "devdb"
+database.params.host = "ds4"
 
 development = On
 
index 3cde04b..d1e0af3 100755 (executable)
@@ -238,7 +238,8 @@ ul#toplinks li a:hover {
     color: #E4B275;
 }
 ul#toplinks li a#fb,
-ul#toplinks li a#tw
+ul#toplinks li a#tw,
+ul#toplinks li a#ta
 {
     width: 34px;
     height: 34px;
@@ -252,6 +253,13 @@ ul#toplinks li a#fb {
 ul#toplinks li a#tw {
     background: url(assets/sm_tw.png) 0 0 no-repeat;
     }
+ul#toplinks li a#ta {
+    background: url(assets/sm_ta.png) 0 0 no-repeat;
+    border: 1px solid #fff;
+    border-radius: 5px;
+    width: 32px;
+    height: 32px;
+}
 ul#toplinks li #phone {
     margin-right: 10px;
     border: 0;
index 30c05b5..9de0767 100755 (executable)
     <div id="header">
         <a href="{homePageUrl:h}" id="logo">Trout Creek Condominium Resort</a>
         <ul id="toplinks">
+            <li><a href="http://www.tripadvisor.com/Hotel_Review-g42281-d283641-Reviews-Trout_Creek_Condominiums_Vacation_Rentals-Harbor_Springs_Michigan.html" id="ta"></a></li>
             <li><a href="http://www.facebook.com/pages/d41d8cd9/#/pages/Harbor-Springs-MI/Trout-Creek-Condominium-Resort/68823519594?ref=ts" id="fb" title="Find Us on Facebook">Find Us on Facebook</a></li>
             <li><a href="https://twitter.com/TroutCreek" id="tw" title="Follow us on Twitter">Follow us on Twitter</a></li>
-
+            
 
             <?php if($GLOBALS['deviceType'] == "phone") { ?>
             <li><a href="tel:+18007480245" id="phone">800-748-0245</a></li>