var url = window.location.href; if (url=="https://www.sport-today.it/index.php?code=STO") { $("#MainContent").cleditor(); }; if (url=="https://www.sport-today.it/index.php?code=CATSUB") { $("#Descrizione").cleditor(); $("#Civetta").cleditor(); };
THIS PAGE IS EXPERIENCING PROBLEMS
PLEASE CONTACT THE ADMINISTRATOR OF THIS SITE
select voce from (
select translation as voce from keywords inner join keywords_stories on keywords_stories.idkeyword=keywords.id where translation !='' and excluded=0 and idstory= group by translation
union all
select translation as voce from tags inner join tags_stories on tags_stories.idtag=tags.id where translation !='' and excluded=0 and idstory= group by translation
union all
select translation as voce from categories inner join categories_stories on categories_stories.idcategory=categories.id where translation !='' and excluded=0 and idstory= group by translation
) as a
group by voce
order by voce
CODE Q (0)