".$news_title."
".$news_datum."


"; } /// CONTENT ------------------------------------------------------------------------------------------------------------------- /// if ($ide){ $results = mysql_query("SELECT * FROM article WHERE ide like \"".$ide."\" "); while ($result = mysql_fetch_array($results,MYSQL_ASSOC)){ $ide = $result["ide"]; $title = $result["title"]; /// $content = "".$result["intro"]."

".$result["content"]."

"; $content = $result["content"]; $dat = $result["datum"]; $intro = $result["intro"]; $filename = $result["filename"]; $datum = $dtm[2].".".$dtm[1].".".$dtm[0]; } } if (!$ide){ $results = mysql_query("SELECT * FROM article WHERE folder like \"".$fld."\" "); while ($result = mysql_fetch_array($results,MYSQL_ASSOC)){ $ide = $result["ide"]; $title = $result["title"]; /// $content = "".$result["intro"]."

".$result["content"]."

"; $content = "

".$result["content"]."

"; $dat = $result["datum"]; $intro = $result["intro"]; $filename = $result["filename"]; $datum = $dtm[2].".".$dtm[1].".".$dtm[0]; } } include ("sitemap.php"); /// CUSTOM SITE OPTIONS -------------------------------------------------------------------------------------------------------------------- /// ----------------------------------------------------------------------------------------------------------------------------------------------- /// ----------------------------------------------------------------------------------------------------------------------------------------------- /// ----------------------------------------------------------------------------------------------------------------------------------------------- /// POPUP FOR STOCK QUOTES ------------------------------------------------------------------------------------------------------------------- /// /// Image selection srand((double)microtime()*1000000); $rand_image = rand(1,8); //if($intro == "Stock Quote"){ // $content= $content.""; // } /// CUSTOM SITE TEMPLATE ASSIGNS ------------------------------------------------------------------------------------------------------------------------------------------- $tpl->assign( array( RAND_IMAGE => $rand_image)); /// -------------------------------------------------------------------------------------------------------------------------------------------------------------------- $tpl->assign( array( MENU_GO => $menu_go)); $tpl->assign( array( MENU_SCRIPT => $menu_script)); $tpl->assign( array( MENU_DISPLAY => $menu_display)); $tpl->assign( array( TITLE => $title)); $tpl->assign( array( INTRO => $intro)); $tpl->assign( array( SITE_LOGO => "masthead.jpg")); $tpl->assign( array( SITE_ALT => "Site Info")); $tpl->assign( array( SITE_LOGO_SIZE => "WIDTH=259 HEIGHT=76")); $tpl->assign( array( CONTENT => $content )); $tpl->assign( array( NEWS => $news_content )); $tpl->assign( array( IDE=> $ide )); $tpl->parse(start, array("start")); $tpl->FastPrint(); ?>