add links
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 8 Feb 2010 19:52:17 +0000 (19:52 +0000)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 8 Feb 2010 19:52:17 +0000 (19:52 +0000)
templates/template.html

index cf21c78..2d20b66 100755 (executable)
        <div id="headerwrap">
                <div id="header">
                        <div id="logo">
-                               <a href="#.html">Trout Creek Condominium Resort</a>
+                <a href="{homePageUrl}">Trout Creek Condominium Resort</a>
                        </div><!-- /#logo -->
                        <div id="puremich">
                                Pure Michigan
                        </div><!-- /#puremich -->
                        <div id="reservations">
-                               <a href="reservations">Make A Reservation</a>
+                <a href="{reservationUrl}">Make A Reservation</a>
                        </div><!-- /#reservations -->
                </div><!-- /#header -->
                <div id="mainnav">
                <div id="rightcol" flexy:if="isHomePage">
                        <img src="baseurl/assets/shadowtop-h.jpg" alt="feature items" width="220" height="20">
                        <div id="specials">
-                               <a href="#.html" title="Specials and Packages">Specials and Packages</a>
+                <a href="{specialsUrl}" title="Specials and Packages">Specials and Packages</a>
                        </div><!-- /#specials -->
                        <div id="enews">
-                               <a href="#.html" title="Sign Up for Enews">Sign up for Enews</a>
+                <a href="{signUpUrl}" title="Sign Up for Enews">Sign up for Enews</a>
                        </div><!-- /#specials -->
                        <div id="video">
-                               <a href="#.html" title="Watch Video">Experience Trout Creek</a>
+                <a href="{videoUrl}" title="Watch Video">Experience Trout Creek</a>
                        </div><!-- /#specials -->
                        <div id="facebook">
                                <a href="#.html" title="Become Our Fan">Facebook</a>
@@ -87,7 +87,7 @@
                <!-- sublevel block -->
                        <div id="subnavwrapper" flexy:if="sideNav">
                                <div id="pagetitle">
-                                       <a href="#.html">Page Title</a>
+                    <a href="{pageTitleUrl}">{pageTitle}</a>
                                        <div id="pagetitlebot"></div><!-- /#pagetitlebot -->
                                </div><!-- /#pagetitle -->
                                <div id="sublevelwrap" flexy:if="sideNav">
                        <div id="features">
                                <img src="baseurl/assets/shadowtop.jpg" alt="feature items" width="180" height="20">
                                <div id="specials">
-                                       <a href="#.html" title="Specials and Packages">Specials and Packages</a>
+                                       <a href="{specialsUrl}" title="Specials and Packages">Specials and Packages</a>
                                </div><!-- /#specials -->
                                <div id="enews">
-                                       <a href="#.html" title="Sign Up for Enews">Sign up for Enews</a>
+                                       <a href="{signUpUrl}" title="Sign Up for Enews">Sign up for Enews</a>
                                </div><!-- /#specials -->
                                <div id="video">
-                                       <a href="#.html" title="Watch Video">Experience Trout Creek</a>
+                                       <a href="{videoUrl}" title="Watch Video">Experience Trout Creek</a>
                                </div><!-- /#specials -->
                                <div id="facebook">
                                        <a href="#.html" title="Become Our Fan">Facebook</a>
        <div id="bottomwrap">
                <div id="footer">
                        <p>Trout Creek Condominium Resort 4749 Pleasantview | Harbor Springs, MI 49740</p>
-                       <p>231-526-2148 &bull; 1-800-748-0245 <a href="mailto:info@troutcreek.com" target="_blank">info@troutcreek.com</a>    <a href="#.html">Owners Section</a></p>
+            <p>231-526-2148 &bull; 1-800-748-0245 <a href="mailto:info@troutcreek.com" target="_blank">info@troutcreek.com</a>    <a href="{ownersSection}">Owners Section</a></p>
                        <div id="copyright">
                                Copyright &copy; 2010 Trout Creek All Rights Reserved |  Produced by <a href="http://www.gaslightmedia.com" target="_blank">Gaslight Media</a>
                        </div><!-- copyright -->