File: /var/www/ilya/data/www/irkboard.ru/admin/applications/members/sources/tabs/posts.conf.php
<?php
/**
* Invision Power Services
* IP.Board v3.0.1
* Config for posts plugin
* Last Updated: $Date: 2009-03-15 21:10:09 -0400 (Sun, 15 Mar 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 Members
* @link http://www.invisionpower.com
* @since 20th February 2002
* @version $Revision: 4228 $
*
*/
/**
* Plug in name (Default tab name)
*/
$CONFIG['plugin_name'] = 'Сообщения';
/**
* Language string for the tab
*/
$CONFIG['plugin_lang_bit'] = 'pp_tab_posts';
/**
* Plug in key (must be the same as the main {file}.php name
*/
$CONFIG['plugin_key'] = 'posts';
/**
* Show tab?
*/
$CONFIG['plugin_enabled'] = 1;
/**
* Order
*/
$CONFIG['plugin_order'] = 3;