Dear Oluwajoba Okediji,
We're sorry. Please go to your_site\templates\sj_worldnews\includes\frame_inc.php and find:
if($boolOverride == true){ // Window Overwrite Layouts
$classlayout .= $layoutItem.'-override';
$yt_render = new YtRenderXML($layoutItem.'.xml', $templateWidth, $arrGContent, $widthType, $mainBodyWidthType);
}else{ // Window Layout default
$yt_render = new YtRenderXML($windows_main_layout, $templateWidth, $arrGContent, $widthType, $mainBodyWidthType);
}
=>
if($boolOverride == true){ // Window Overwrite Layout
if($layoutItem == ""){
$yt_render = new YtRenderXML($windows_main_layout, $templateWidth, $arrGContent, $widthType, $mainBodyWidthType);
}else{
$classlayout .= $layoutItem.'-override';
$yt_render = new YtRenderXML($layoutItem.'.xml', $templateWidth, $arrGContent, $widthType, $mainBodyWidthType);
}
}else{ // Window Layout default
$yt_render = new YtRenderXML($windows_main_layout, $templateWidth, $arrGContent, $widthType, $mainBodyWidthType);
}
if isn't work. Could you please send your ftp account to us? We will check directly.
For the security reason, please enter your site account in
Require Help
From Staff + Mod/Admin?
Thanks!