Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.88 KB | None | 0 0
  1. <div id="whatsgoingon">
  2. {exp:channel:entries channel="whats_going_on" limit="6"}
  3.     <div class="views-row">
  4. {if content_type == "Video"}  
  5.          {exp:channel_videos:videos entry_id="{entry_id}"}
  6.             <a rel="shadowbox;width=810;height=680;player=swf" title="{video:title}" href="{video:url}">
  7.                 <img  src="{video:img_url}" alt="{video:description}"  height="85" width="85" />
  8.             </a>           
  9.              {/exp:channel_videos:videos}
  10.  
  11.     {if:else}
  12.    
  13.    
  14.         {if '{image:count}' == '1'}
  15.              <a href="{image:url}" rel="shadowbox[{entry_id}]" title="{title}"><img src="{image:url:small}" alt="{title}" /></a>
  16.            
  17.         {if:else}
  18.               <a href="{image:url}" rel="shadowbox[{entry_id}]" title="{title}" id="myhidden"> <img src="{image:url}"  alt="{title}"  />
  19.           {/if}    
  20.  
  21.     {/if}  
  22. </div>
  23.  
  24. {/exp:channel:entries}
  25.  
  26. <a href="/whats-going-on"><div class="morebutton">See  More >></div></a>
  27.  
  28. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement