Файл: system/inc/const.php
Строк: 52
<?php
/**
* Licensed under The MIT License
* For full copyright and license information, please see the LICENSE.txt
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright (c) 2013, Taras Chornyi, Sergiy Mazurenko, Ivan Kotliar
* @link http://perf-engine.net
* @package PerfEngine
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
# 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="users" /> ');
define('NAV', '<img src="/template/icons/nav.png" alt="users" /> ');