View file kernel/_function/admpanel.php
<?php ################################################################## ## Development by CoMMoN web site author http://mirmastera.ru ## ## fportal web site scripts http://fportal.tk ## ## All rights reserved authors ## ################################################################## //Функция вывода иконок function admpanel($var) { return '<img src="/design/'.STYLE.'/images/system/admpanel/'.$var.'" width="32" height="32">'; } ?>