Second pass at adding key files
This commit is contained in:
		
							
								
								
									
										55
									
								
								site/common/templates/local/include_footer.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										55
									
								
								site/common/templates/local/include_footer.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,55 @@
 | 
			
		||||
<div class="footer">
 | 
			
		||||
    <%~set sponsors  = ticker_loop()%>
 | 
			
		||||
    <%~if sponsors.coupon_links_loop.length%>
 | 
			
		||||
    <section class="sponsors">
 | 
			
		||||
        <div class="section-divider"></div>
 | 
			
		||||
        <h1>Our Partners</h1>
 | 
			
		||||
        <nav>
 | 
			
		||||
            <%~loop sponsors.coupon_links_loop%>
 | 
			
		||||
            <a rel="nofollow" href="<%url%>"><%coupon%></a><%if not last%> | <%endif%>
 | 
			
		||||
            <%~endloop%>
 | 
			
		||||
        </nav>
 | 
			
		||||
    </section>
 | 
			
		||||
    <%~endif%>
 | 
			
		||||
    <div class="masfoot clearfix">
 | 
			
		||||
        <div class="navbar menu">
 | 
			
		||||
            <ul class="nav">
 | 
			
		||||
                <li><a href="<%main_site_url || 'http://www.slowtwitch.com'%>/aboutus.html" class="aboutus">About</a></li>
 | 
			
		||||
                <li><a href="<%main_site_url || 'http://www.slowtwitch.com'%>/advertise.html" class="aboutus">Advertise</a></li>                
 | 
			
		||||
                <li><a href="<%main_site_url || 'http://www.slowtwitch.com'%>/privacy.html" class="policy">Privacy Policy</a></li>
 | 
			
		||||
                <li><a href="<%main_site_url || 'http://www.slowtwitch.com'%>/agreement.html" class="agreement">User Agreement</a></li>
 | 
			
		||||
            </ul>
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
        <div class="social clearfix">
 | 
			
		||||
          <%include include_social.html%>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class="masfoot-b clearfix">
 | 
			
		||||
        <div class="newsletter">
 | 
			
		||||
            <h2 class="forum">Newsletter</h2>
 | 
			
		||||
            Sign up for the Slowtwitch newsletter
 | 
			
		||||
            <%include include_subscribe.html%>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="contact-us clearfix">
 | 
			
		||||
            <span class="sprite-logo"></span>
 | 
			
		||||
            <p class="addr">transition-DOT-area-AT-slowtwitch-DOT-com</p>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class="bg-1 clearfix">
 | 
			
		||||
        <div class="col-5">
 | 
			
		||||
            <div class="adv-withus clearfix">
 | 
			
		||||
                <span class="sprite-logo-sm"></span>
 | 
			
		||||
                <a href="<%main_site_url || 'http://www.slowtwitch.com'%>/advertise.html">Advertise with us</a>
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="col-7">
 | 
			
		||||
            <div class="copyright">
 | 
			
		||||
                <%~set cur_year = current_year() %>
 | 
			
		||||
                <p>©1999-<%cur_year%> Slowtwitch, Inc., and Slowtwitch.com<br />Reproduction of material from any Slowtwitch.com page<br />without written permission is strictly prohibited.</p>
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user