the template's index starts like this
<?php
require('vertex/cms_core_functions.php');
s5_restricted_access_call();
/*
-----------------------------------------
Business Pro - Shape 5 Club Design
-----------------------------------------
Site: shape5.com
Email: contact@shape5.com
@license: Copyrighted Commercial Software
@copyright (C) 2013 Shape 5 LLC
*/
?>
i should add the code to be like this?
<?php
require('vertex/cms_core_functions.php');
error_reporting(E_ALL); ini_set( 'display_errors','1')
s5_restricted_access_call();
/*
-----------------------------------------
Business Pro - Shape 5 Club Design
-----------------------------------------
Site: shape5.com
Email: contact@shape5.com
@license: Copyrighted Commercial Software
@copyright (C) 2013 Shape 5 LLC
*/
?>