View file cms-master/application/maxsite/admin/plugins/admin_comments/info.php

File size: 369B
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); 

$info = array(
	'name' => 'ADMIN COMMENTS',
	'description' => 'Администрирование комментариев',
	'version' => '1.0',
	'author' => 'Максим',
	'plugin_url' => 'http://max-3000.com/',
	'author_url' => 'http://maxsite.org/',
	'group' => 'admin'
);

?>