Get("Site_Path"); $admin = $objConfig->Get("AdminDirectory"); if(!strlen($admin)) $admin = "admin"; $localURL=$rootURL."kernel/"; $imagesURL = $rootURL."admin/images"; $adminURL = $rootURL.$admin; $pathtolocal = $pathtoroot."kernel/"; require_once ($pathtoroot."admin/include/elements.php"); require_once ($pathtoroot."kernel/admin/include/navmenu.php"); require_once ($pathtolocal."admin/include/navmenu.php"); require_once($pathtoroot."admin/toolbar.php"); //Set Section $section = "in-portal:tag_library"; //Set Environment Variable $envar = "env=" . BuildEnv(); $sec = $objSections->GetSection($section); $objCatToolBar = new clsToolBar(); $objCatToolBar->Add("img_save", "la_Save", "#", "swap('img_save','toolbar/tool_select_f2.gif');", "swap('img_save', 'toolbar/tool_select.gif');", "javascript:history.back();", "tool_select.gif"); $objCatToolBar->Add("img_cancel", "la_Cancel", "#", "swap('img_cancel','toolbar/tool_cancel_f2.gif');", "swap('img_cancel', 'toolbar/tool_cancel.gif');", "javascript:history.back();", "tool_cancel.gif"); $extra_styles = ''; $title = admin_language("la_tag_library"); int_header($objCatToolBar,NULL,$title,NULL,$extra_styles); $objTagList = new clsTagList(); $objTagList->Clear(); $objTagList->Query_Item("SELECT * FROM ".$objTagList->SourceTable); ?> NumItems()>0) { foreach($objTagList->Items as $i) { $i->LoadAttribs(); //echo " ".$i->attribs->NumItems()." Attributes
\n"; if( $i->Get("name") ) { ?>
Get("scope") != "global") ? $i->Get("scope").'.'.$i->Get("name") : $i->Get("name"); ?>
Get("description"); ?>
Attributes: Source example:
attribs->NumItems() > 0 ) { // has attributes ?> attribs->Items as $a) { ?>
Get("Name").'['.$a->Get("AttrType").']'; ?> Get("Description"); ?>
 
Get('example'); echo $example ? $example : ' '; ?>