Your IP : 216.73.216.95


Current Path : /var/www/opcart/upload/admin/controller/event/
Upload File :
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);
		}
	}
}