1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 16:04:24 +03:00
ifhub.club/application/config/jevix.php
2013-08-09 12:52:38 +07:00

12 lines
164 B
PHP

<?php
return array(
'default' => array(
'cfgSetTagCallbackFull' => array(
array(
'ls',
array('_this_','Tools_CallbackParserTagLs'),
),
),
),
);