47 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
  <title><%site_title%></title>
 | 
						|
<%include include_common_head.html%>
 | 
						|
</head>
 | 
						|
<body id="home">
 | 
						|
<%include include_accessibility.html%>
 | 
						|
  <div id="wrapper">
 | 
						|
<%include include_header.html%>
 | 
						|
<%include include_contentheader.html%>
 | 
						|
    <div id="ocwrapper" class="clear">
 | 
						|
      <div id="icwrapper" class="clear">
 | 
						|
<%include include_leftsidebar.html%>
 | 
						|
        <div id="contentwrapper" class="shadowleft">
 | 
						|
<%include include_contentwrapper_top.html%>
 | 
						|
          <div class="shadowtop"><div class="shadowtopleft"></div><div class="shadowtopright"></div></div>
 | 
						|
          <div class="shadowright">
 | 
						|
            <div id="content">
 | 
						|
<%include include_content_top.html%>
 | 
						|
 | 
						|
<%set split = Links::Utils::column_split($category_loop.length, $home_category_cols)~%>
 | 
						|
<div class="clear">
 | 
						|
<%loop category_loop%>
 | 
						|
  <%~set splitmod = $row_num % $split%>
 | 
						|
  <%~if row_num == 1 or splitmod == 1 or split == 1%><dl><%endif%>
 | 
						|
<%~include subcategory.html%>
 | 
						|
  <%~if row_num == $category_loop.length or splitmod == 0%></dl><%endif%>
 | 
						|
<%~endloop%>
 | 
						|
</div>
 | 
						|
<h4>There <%if grand_total != 1%>are<%else%>is<%endif%> <strong><%grand_total%></strong> link<%if grand_total != 1%>s<%endif%> for you to choose from!</h4>
 | 
						|
 | 
						|
<%include include_content_bottom.html%>
 | 
						|
            </div>
 | 
						|
          </div>
 | 
						|
          <div class="shadowbottom"><div class="shadowbottomleft"></div><div class="shadowbottomright"></div></div>
 | 
						|
<%include include_contentwrapper_bottom.html%>
 | 
						|
        </div>
 | 
						|
<%include include_rightsidebar.html%>
 | 
						|
      </div>
 | 
						|
    </div>
 | 
						|
<%include include_contentfooter.html%>
 | 
						|
<%include include_footer.html%>
 | 
						|
  </div>
 | 
						|
</body>
 | 
						|
</html>
 |