/* $Id: specials.php,v 1.49 2003/06/09 22:35:33 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ require('includes/application_top.php'); $pageid= $_GET['id']; // DISPLAY PAGE $Query = "SELECT * from pages where title='$pageid'"; $Result = mysql_query($Query); while ($row = mysql_fetch_array($Result)){ $id = $row[0]; $title = $row[1]; $content = $row[2]; $last_update = $row[3]; } require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_SPECIALS); $breadcrumb->add($title, tep_href_link("#")); ?>