<% On Error Resume Next %> <% requestsayfa2=request.QueryString("sayfa2") if requestsayfa2="" then requestsayfa2="anasayfa" end if %> <% if requestsayfa2="tumu" then sql="select * from so_theme_positions where id='anasayfa';" else sql="select * from so_theme_positions where id='"&requestsayfa2&"';" end if set veriler=mysql_baglanti.execute(sql) if not veriler.eof then social_active=cint(veriler("social_active")) social_theme=veriler("social_theme") social_position=veriler("social_position") social_daya=veriler("social_daya") social_icon_width=veriler("social_icon_width") end if if social_theme="oval" then social_theme_etiket="Oval" elseif social_theme="dark" then social_theme_etiket="Koyu renkler" elseif social_theme="light" then social_theme_etiket="Açık renkler" end if %>

<%if len(social_theme)>1 then%> <%else%> <%end if%> <%=social_theme_etiket%>