From: Ian Weller Date: Wed, 6 Aug 2014 19:43:39 +0000 (+0000) Subject: Added Trip Advisor icon/link to Trout Creek site. X-Git-Tag: v1.0.0~3 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=080da721f68a7f584475ab85205200411dfdaf86;p=web%2FTroutCreek.git Added Trip Advisor icon/link to Trout Creek site. --- diff --git a/.htaccess b/.htaccess index 17d264b..075119b 100644 --- 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 index 0000000..48fee7b Binary files /dev/null and b/assets/sm_ta.png differ diff --git a/config/server.ini b/config/server.ini index 85116c2..576c343 100644 --- a/config/server.ini +++ b/config/server.ini @@ -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 diff --git a/styles.css b/styles.css index 3cde04b..d1e0af3 100755 --- a/styles.css +++ b/styles.css @@ -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; diff --git a/templates/template.html b/templates/template.html index 30c05b5..9de0767 100755 --- a/templates/template.html +++ b/templates/template.html @@ -28,9 +28,10 @@