_clsNewsList(); $this->classname = "clsNews"; } } /* Returns Main Item Collection */ function &n_ItemCollection() { global $objArticleList; return $objArticleList; } $objArticleList = new clsNewsList(); if($n_var_list["id"]) $objArticleList->SetCurrentItem($n_var_list["id"]); $objArticleList->Page = $n_var_list["p"]; /*if there are customized tags for this module, include them below: */ $tag_override = $pathtoroot."in-news/customtags.php"; if(file_exists($tag_override)) { require_once($tag_override); } ?>