assign( "SECTION", $section ); if( !$id_items ){ $template_page = "section"; if( file_exists( CONFIG_DOCUMENTROOT . CONFIG_TEMPLATES . $section["alias"] . ".tpl" ) ){ $template_page = $section["alias"]; } $param = array(); $param["data"] = array( "text" ); $SECTIONTEXT = SmartyCMS_SectionsGetIndexText( $section["id"], $param ); $smarty->assign( "SECTIONTEXT", $SECTIONTEXT ); if( $SECTIONTEXT ){ $TitlePage = $SECTIONTEXT[0]["meta_title"]; if( "" == $TitlePage ){ $TitlePage = $SECTIONTEXT[0]["meta_title_default"]; } if( "" == $TitlePage ){ $TitlePage = $SECTIONTEXT[0]["name"]; } if( "" == $TitlePage ){ $TitlePage = $SECTIONTEXT[0]["name_default"]; } $DescriptionPage = $SECTIONTEXT[0]["meta_description"]; if( "" == $DescriptionPage ){ $DescriptionPage = $SECTIONTEXT[0]["meta_description_default"]; } $KeywordsPage = $SECTIONTEXT[0]["meta_keywords"]; if( "" == $KeywordsPage ){ $KeywordsPage = $SECTIONTEXT[0]["meta_keywords_default"]; } } } } $smarty->assign( "ITEM", $item ); $smarty->assign( "SECTION", $section ); require( "_includes/postpare.php" ); require( "_includes/end.php" ); ?>