############################################################################### # Menu2.def (Image text/images definitions) # ############################################################################### # YaBB: Yet another Bulletin Board # # Open-Source Community Software for Webmasters # # Version: YaBB 2.5 Anniversary Edition # # Packaged: July 04, 2010 # # Distributed by: http://www.yabbforum.com # # =========================================================================== # # Copyright (c) 2000-2010 YaBB (www.yabbforum.com) - All Rights Reserved. # # Software by: The YaBB Development Team # # with assistance from the YaBB community. # # Sponsored by: Xnull Internet Media, Inc. - http://www.ximinc.com # # Your source for web hosting, web design, and domains. # ############################################################################### # $Revision: 1.14 $ if (-d "$htmldir/Buttons/$language") { $button_language = qq~$language~; } elsif (-d "$htmldir/Buttons/$lang") { $button_language = qq~$lang~; } else { $button_language = qq~English~; } $imgext = "png"; $menusep = ' '; %img = ( 'admin' => "\"$img_txt{'2'}\"", 'admin_lock' => "\"$img_txt{'104'}\"", 'alertmod' => "\"$img_txt{'alertmod'}\"", 'collapse' => "\"$img_txt{'623'}\"", 'expand' => "\"$img_txt{'624'}\"", 'admin_rem' => "\"$img_txt{'54'}\"", 'admin_del' => "\"$img_txt{'55'}\"", 'admin_sticky' => "\"$img_txt{'781'}\"", 'admin_split' => "\"$img_txt{'620a'}\"", 'admin_move_split_splice' => "\"$img_txt{'621a'}\"", 'delete' => "\"$img_txt{'121'}\"", 'email' => "\"$img_txt{'69'}\"", 'email_sm' => "\"$img_txt{'69'}\"", 'favorites' => "\"$img_txt{'70'}\"", 'forward' => "\"$img_txt{'forward'}\"", 'help' => "\"$img_txt{'119'}\"", 'hide' => "\"$img_txt{'622'}\"", 'home' => "\"$img_txt{'103'}\"", 'im_inbox' => "\"$img_txt{'316'}\"", 'im_new' => "\"$img_txt{'321'}\"", 'im_send' => "\"$img_txt{'sendpm'}\"", 'im_outbox' => "\"$img_txt{'320'}\"", 'im_remove' => "\"$img_txt{'31'}\"", 'lock' => "\"$img_txt{'104'}\"", 'login' => "\"$img_txt{'34'}\"", 'logout' => "\"$img_txt{'108'}\"", 'markallread' => "\"$img_txt{'452'}\"", 'markboardread' => "\"$img_txt{'300'}\"", 'memberlist' => "\"$img_txt{'331'}\"", 'message' => "\"$img_txt{'144'}\"", 'message_sm' => "\"$img_txt{'144'}\"", 'modify' => "\"$img_txt{'66'}\"", 'modify_profile' => "\"$img_txt{'66'}\"", 'mycenter' => "\"$img_txt{'mycenter'}\"", 'newthread' => "\"$img_txt{'33'}\"", 'notification' => "\"$img_txt{'418'}\"", 'notify' => "\"$img_txt{'131'}\"", 'add_notify' => "\"$img_txt{'131a'}\"", 'del_notify' => "\"$img_txt{'131d'}\"", 'print' => "\"$img_txt{'465'}\"", 'profile' => "\"$img_txt{'467'}\"", 'register' => "\"$img_txt{'97'}\"", 'removetopic' => "\"$img_txt{'63'}\"", 'reply' => "\"$img_txt{'146'}\"", 'quote' => "\"$img_txt{'145'}\"", 'mquote' => "\"$img_txt{'145q'}\"", 'recentquote' => "\"$img_txt{'145'}\"", 'search' => "\"$img_txt{'182'}\"", 'sessreval' => "\"$img_txt{'34a'}\"", 'sendtopic' => "\"$img_txt{'707'}\"", 'viewprofile' => "\"$img_txt{'27'}\"", 'viewprofile_sm' => "\"$img_txt{'27'}\"", 'website' => "\"$img_txt{'515'}\"", 'website_sm' => "\"$img_txt{'515'}\"", 'markunread' => "\"$img_txt{'627'}\"", 'reply_ims' => "\"$img_txt{'146'}\"", 'print_im' => "\"$img_txt{'465'}\"", 'createpoll' => "\"$img_polltxt{'1'}\"", 'addpoll' => "\"$img_polltxt{'2'}\"", 'modifypoll' => "\"$img_polltxt{'39'}\"", 'deletepoll' => "\"$img_polltxt{'27'}\"", 'openpoll' => "\"$img_polltxt{'20'}\"", 'closepoll' => "\"$img_polltxt{'21'}\"", 'viewvotes' => "\"$img_polltxt{'33'}\"", 'viewthread' => "\"$img_polltxt{'33a'}\"", 'deletevote' => "\"$img_polltxt{'43'}\"", 'addfav' => "\"$img_txt{'625'}\"", 'remfav' => "\"$img_txt{'626'}\"", 'addbuddy' => "\"$img_txt{'addbuddy'}\"", 'pmadmin' => "\"$img_txt{'pmadmin'}\"", 'sendbmess' => "\"$img_txt{'sendbmess'}\"", 'lastpost' => "\"$img_txt{'105'}\"", 'pollicon' => "\"$img_polltxt{'44'}\"", 'polliconnew' => "\"$img_polltxt{'45'}\"", 'polliconclosed' => "\"$img_polltxt{'46'}\"", ); 1;