Current Path : /var/www/opcart/upload/admin/controller/event/ |
Current File : /var/www/opcart/upload/admin/controller/event/theme.php |
<?php class ControllerEventTheme extends Controller { public function index(&$view, &$data) { // This is only here for compatibility with old templates if (substr($view, -3) == 'tpl') { $view = substr($view, 0, -3); } } }