Advertisement
Guest User

.ss

a guest
Feb 19th, 2014
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.50 KB | None | 0 0
  1. <div class="typography">
  2.    
  3.     <% include SideBar %>
  4.    
  5.     <div id="Content" class="protocols">
  6.        
  7.         $CategoryBanner.CroppedImage(500,80)   
  8.        
  9.         <h2>$Title</h2>
  10.        
  11.         $Content
  12.        
  13.         <ul class="protocolList">
  14.                    
  15.             <% control Protocols %>
  16.                            
  17.                 <% if MyProtocols = 1 %>
  18.                     <li>
  19.                         <a href="$Link">
  20.                         <h2>$Title</h2>
  21.                             $Image.CroppedImage(100,150)
  22.                         </a>
  23.                     </li>
  24.                 <% end_if %>
  25.             <% end_control %>
  26.         </ul>
  27.  
  28.     </div>
  29.  
  30. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement