X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;ds=sidebyside;f=redakcia%2Farticles.php;fp=redakcia%2Farticles.php;h=0000000000000000000000000000000000000000;hb=e586807dafc64c3fe152ab518599e6cf3f0f84e1;hp=2075a826f35deb8e66147963ff5a528b321b7482;hpb=bc13d5d6e1834068f8b690c32bba114e352dacdd;p=mirrors%2FKyberia-bloodline.git diff --git a/redakcia/articles.php b/redakcia/articles.php deleted file mode 100644 index 2075a82..0000000 --- a/redakcia/articles.php +++ /dev/null @@ -1,33 +0,0 @@ -deleteArticle($id); - Header("Location:",$PHP_SELF); -} -?> - -Zoznam clankov - - - -listArticles(); -echo ""; -while ($set->next()) { - echo "\n"; - echo "\n"; - -} -echo "
getString("id_article").">\n"; - echo $set->getString('nazov'),"\n"; - echo "  (",$redakce->getRubrikaById($set->getString("id_rubrika")),",\n"; - echo $redakce->getRubrikaById($set->getString("id_rubrika_secondary")),")\n"; - echo "getString(id_article),">Delete"; - echo "
"; -echo "
Pridaj novy clanok"; -echo ""; -?>