این قاطی شد نمیدونم چرا. قسمتی رو که کد ساعت رو نوشتم میزارم
کد:
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );

require_once( $mainframe->getPath( 'front_html', 'com_content') );
require_once($mosConfig_absolute_path.'/components/com_content/content.class.php');

global $my, $mosConfig_shownoauth, $mosConfig_offset, $acl;



<center>echo jdate("l j F Y H:i",time() + ($mosConfig_offset*60*60))</center>




// Disable edit ability icon
$access = new stdClass();
$access->canEdit = 0;
$access->canEditOwn = 0;
$access->canPublish = 0;