#============================================== # # WebsiteCM.com # XNews v1.0 written by Jon Peters # # --------------------------------------------- # # File purpose: # Pulls the latest headlines for display # #============================================== #---------------------------------------- # INCLUDE FILES #---------------------------------------- require_once $xcart_dir."/modules/XNews/xnews_func.php"; require_once $xcart_dir."/modules/XNews/xnews_config.php"; xnews_additionalcheck(); xnews_getheadlines(); ?> #============================================== # # WebsiteCM.com # XNews v1.0 written by Jon Peters # # --------------------------------------------- # # File purpose: # Process and display news to end user # #============================================== #---------------------------------------- # INCLUDE FILES #---------------------------------------- require_once $xcart_dir."/modules/XNews/xnews_func.php"; require_once $xcart_dir."/modules/XNews/xnews_config.php"; #---------------------------------------- # HANDLE TIME AND DATE #---------------------------------------- xnews_formatdate(); #---------------------------------------- # CHECK EXPIRY AND STATUS #---------------------------------------- xnews_additionalcheck(); #---------------------------------------- # SHOW NEWS POST #---------------------------------------- if ($newsid) { xnews_getpost($newsid,$additionalcheck); } #---------------------------------------- # SEARCH FOR NEWS #---------------------------------------- else { // Format the query to pull list of news xnews_newsquery(); // Format the pagination xnews_pagination(); // Get news xnews_listnews(); // Get results stats xnews_resultstats(); // Set location and page title variable $location[] = array(func_get_langvar_by_name("lbl_news", "")); // Send main info to smarty $smarty->assign("location",$location); $smarty->assign("main","xnews"); } ?>
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||