Current Path : /var/www/html/clients/rebirth.e-nk.ru/sources/acp_loaders/ |
Current File : /var/www/html/clients/rebirth.e-nk.ru/sources/acp_loaders/acp_pages_lookandfeel.php |
<?php /* +--------------------------------------------------------------------------- | Invision Power Board | ======================================== | by Matthew Mecham | (c) 2004 Invision Power Services | Nullified by Terabyte | ======================================== +--------------------------------------------------------------------------- | INVISION POWER BOARD IS NOT FREE SOFTWARE! | +--------------------------------------------------------------------------- | | > CONTROL PANEL PAGES FILE | > Script written by Matt Mecham | > Date started: Fri 8th April 2005 (12:07) | +--------------------------------------------------------------------------- */ //=========================================================================== // Simple library that holds all the links for the admin cp //=========================================================================== // CAT_ID => array( PAGE_ID => (PAGE_NAME, URL ) ) // $PAGES[ $cat_id ][$page_id][0] = Page name // $PAGES[ $cat_id ][$page_id][1] = Url // $PAGES[ $cat_id ][$page_id][2] = Look for folder before showing // $PAGES[ $cat_id ][$page_id][3] = URL type: 1 = Board URL 0 = ACP URL // $PAGES[ $cat_id ][$page_id][4] = Item icon: 1= redirect 0 = Normal $CATS[] = array( 'Skins & Templates' ); $PAGES[] = array( 1 => array( 'Skin Manager' , 'section=lookandfeel&act=sets' ), 2 => array( 'Skin Tools' , 'section=lookandfeel&act=skintools' ), 3 => array( 'Skin Search & Replace' , 'section=lookandfeel&act=skintools&code=searchsplash' ), 4 => array( 'Skin Import/Export' , 'section=lookandfeel&act=import' ), 5 => array( 'Skin Differences' , 'section=lookandfeel&act=skindiff' ), 6 => array( 'Easy Logo Changer' , 'section=lookandfeel&act=skintools&code=easylogo' ), ); $CATS[] = array( 'Languages' ); $PAGES[] = array( 1 => array( 'Manage Languages' , 'section=lookandfeel&act=lang' ), 2 => array( 'Import a Language' , 'section=lookandfeel&act=lang&code=import' ), ); $CATS[] = array( 'Emoticons' ); $PAGES[] = array( 1 => array( 'Emoticon Manager' , 'section=lookandfeel&act=emoticons&code=emo' ), 2 => array( 'Import/Export Packs' , 'section=lookandfeel&act=emoticons&code=emo_packsplash' ), ); ?>