@@ -28,6 +28,6 @@ if(!$metadescription) {
if(isset($_G['makehtml'])){
helper_makehtml::portal_index();
}
-
+print_r(template('diy:portal/index'));exit();
include_once template('diy:portal/index');
?>