<%
veriler.movefirst
say=1
do while not veriler.eof
%>
<%if veriler("icerik_tipi")="foto" and so_content_foto_galeri>0 then%>
<%
mypath="/so-content/themes/"&so_theme&"/f-gallery.asp"
Server.Execute(mypath)
%>
<%say=say+1%>
<%end if%>
<%if veriler("icerik_tipi")="video" and so_content_video_galeri>0 then%>
<%
mypath="/so-content/themes/"&so_theme&"/f-video.asp"
Server.Execute(mypath)
%>
<%say=say+1%>
<%end if%>
<%if veriler("icerik_tipi")="doc" and so_content_dokuman_galeri>0 then%>
<%
mypath="/so-content/themes/"&so_theme&"/f-document.asp"
Server.Execute(mypath)
%>
<%say=say+1%>
<%end if%>
<%if veriler("icerik_tipi")="yorum" and so_content_uye_yorumlari=1 then%>
<%
mypath="/so-content/themes/"&so_theme&"/f-comments.asp"
Server.Execute(mypath)
%>
<%say=say+1%>
<%end if%>
<%if veriler("icerik_tipi")="benzer" and so_content_benzer_icerikler=1 then%>
<%
mypath="/so-content/themes/"&so_theme&"/f-similar.asp"
Server.Execute(mypath)
%>
<%say=say+1%>
<%end if%>
<%
veriler.movenext
loop
%>