// +---------------------------------------------------------------------- return array( 'view_replace_str' => array( '__ADDONS__' => BASE_PATH . '/addons', '__PUBLIC__' => BASE_PATH . '/public', '__STATIC__' => BASE_PATH . '/application/user/static', '__IMG__' => BASE_PATH . '/application/user/static/images', '__CSS__' => BASE_PATH . '/application/user/static/css', '__JS__' => BASE_PATH . '/application/user/static/js', ) );