height of photo gallery caption area - breadcrumb font size - property url now link
authorOve Klykken <klykken@gmail.com>
Tue, 15 Jul 2014 13:57:56 +0000 (09:57 -0400)
committerOve Klykken <klykken@gmail.com>
Tue, 15 Jul 2014 13:57:56 +0000 (09:57 -0400)
Toolkit/Photos/templates/photoGalleryWrapper.html
styles.css
templates/template.html

index e48bb57..b98f3dd 100644 (file)
 .photoHead {
     display: block;
     text-align: center;
-    min-height: 38px;
     margin: 0 !important;
     padding: 5px;
     background: none;
         });
     });
 </script>
-{end:}
\ No newline at end of file
+{end:}
index 83e5e19..b7310c7 100644 (file)
@@ -310,6 +310,7 @@ address {
     margin: 0 auto;\r
     text-align: center;\r
     padding: 1em 0;\r
+    font-size: 12px;\r
     }\r
 #breadcrumbs {\r
     margin: 1em 0;\r
index c9a7e2f..9b638e6 100644 (file)
@@ -37,7 +37,7 @@
                 </ul>
                 {toolboxContent:h}
                 <address  flexy:if="property">
-                    {property[street]} &middot; {property[city]}, {property[state]} {property[zip]} &middot; {property[phone]} &middot; {property[url]}
+                    {property[street]} &middot; {property[city]}, {property[state]} {property[zip]} &middot; {property[phone]} &middot; <a href="http://{property[url]}">{property[url]}</a>
                 </address>
                 <div id="googlemap">
                     <!--<img src="tmpGooleMap.jpg">-->
         <div id="footer">
             <ul>
                 <li>
-                    <a href="" id="pBE">Belvedere Golf Club</a>
+                    <a href="{baseURLDefined:h}belvedere-golf-club-4/" id="pBE">Belvedere Golf Club</a>
                 </li>
                 <li>
-                    <a href="" id="pDU">Dunmaglas</a>
+                    <a href="{baseURLDefined:h}dunmaglas-5/" id="pDU">Dunmaglas</a>
                 </li>
                 <li>
-                    <a href="" id="pBL">Black Lake Golf Club</a>
+                    <a href="{baseURLDefined:h}black-lake-golf-club-7/" id="pBL">Black Lake Golf Club</a>
                 </li>
                 <li>
-                    <a href="" id="pLI">Little Traverse Bay Golf Club &amp; Restaurant</a>
+                    <a href="{baseURLDefined:h}little-traverse-bay-golf-club-6/" id="pLI">Little Traverse Bay Golf Club &amp; Restaurant</a>
                 </li>
                 <li>
-                    <a href="" id="pLA">Land Masters Hamlet Village</a>
+                    <a href="{baseURLDefined:h}hamlet-village-condominiums-3/" id="pLA">Land Masters Hamlet Village</a>
                 </li>
                 <li>
-                    <a href="" id="pTR">Trout Creek</a>
+                    <a href="{baseURLDefined:h}trout-creek-condominium-resort-2/" id="pTR">Trout Creek</a>
                 </li>
             </ul>
         </div>
         <div id="copyright">
-            Copyright&copy;<?php echo date('Y');?> Big Fore Corporation, All Rights Reserved &#124; Produced by Gaslight Media
+            Copyright&copy;<?php echo date('Y');?> Big Fore Corporation, All Rights Reserved &#124; Produced by <a href="http://www.gaslightmedia.com/">Gaslight Media</a>
         </div>
     </div>
 {bottomScripts:h}