This shows you the differences between two versions of the page.
404_page [2010/11/26 23:55] nekoarc derp |
404_page [2011/06/01 16:40] (current) sazpaimon |
||
---|---|---|---|
Line 143: | Line 143: | ||
if ($_GET['p'] == 'faq') { | if ($_GET['p'] == 'faq') { | ||
- | ''''Code Text''''$entries = $tc_db->GetAll("SELECT * FROM `" . KU_DBPREFIX . "front` WHERE `page` = 1 ORDER BY `order` ASC"); | + | $entries = $tc_db->GetAll("SELECT * FROM `" . KU_DBPREFIX . "front` WHERE `page` = 1 ORDER BY `order` ASC"); |
} elseif ($_GET['p'] == 'rules') { | } elseif ($_GET['p'] == 'rules') { | ||
$entries = $tc_db->GetAll("SELECT * FROM `" . KU_DBPREFIX . "front` WHERE `page` = 2 ORDER BY `order` ASC"); | $entries = $tc_db->GetAll("SELECT * FROM `" . KU_DBPREFIX . "front` WHERE `page` = 2 ORDER BY `order` ASC"); |