Files
sentcms/application/index/config.php

7 lines
111 B
PHP

<?php
return array(
'template' => array(
'taglib_build_in' => 'cx,com\Sent',
'view_depr' => '_'
)
);