Файл: public_html/system/inc/const.php
Строк: 33
<?php
/**********************************
* @package: PerfCMS *
* @year: 2012 *
* @author: Artas *
* @link: http://perfcms.net *
* ------------------------------- *
* @package: PerfCMS Ultra *
* @year: 2013 *
* @author: wanya26ua & Tesla *
* @link: http://perfclub.ru *
**********************************/
# ICONS #
define('NEWS_ICON', '<img src="/template/icons/news.png" alt="news" />');
define('CHAT_ICON', '<img src="/template/icons/chat.png" alt="chat" />');
define('FORUM_ICON', '<img src="/template/icons/forum.png" alt="forum" />');
define('BLOGS_ICON', '<img src="/template/icons/blogs.png" alt="blogs" />');
define('SHARE_ICON', '<img src="/template/icons/share.png" alt="share" />');
define('USERS_ICON', '<img src="/template/icons/users.png" alt="users" />');
define('HICO', '<img src="/template/icons/home.png" alt="home" /> ');
define('NAV', '<img src="/template/icons/nav.png" alt="nav" /> ');