File: /var/www/ilya/data/www/irkboard.ru/admin/applications/members/sources/tabs/gallery.conf.php
<?php
/**
* Invision Power Services
* IP.Board v3.0.1
* Gallery plugin
* Last Updated: $Date: 2009-02-06 15:26:51 -0500 (Fri, 06 Feb 2009) $
*
* @author $Author: bfarber $
* @copyright (c) 2001 - 2009 Invision Power Services, Inc.
* @license http://www.invisionpower.com/community/board/license.html
* @package Invision Power Board
* @subpackage IP.Gallery
* @link http://www.invisionpower.com
* @since 20th February 2002
* @version $Revision: 3905 $
*
*/
/**
* Plug in name (Default tab name)
*/
$CONFIG['plugin_name'] = "Галерея";
/**
* Language string for the tab
*/
$CONFIG['plugin_lang_bit'] = 'pp_tab_gallery';
/**
* Plug in key (must be the same as the main {file}.php name
*/
$CONFIG['plugin_key'] = 'gallery';
/**
* Show tab?
*/
$CONFIG['plugin_enabled'] = IPSLib::appIsInstalled('gallery') ? 1 : 0;
/**
* Order: CANNOT USE 1
*/
$CONFIG['plugin_order'] = 5;