[#8320] Template parameter does not work with detail page
History
Comments
Date: 2012-08-29 05:17
Posted By: Daan Aikema (Ertenal)
What i do to fix this for now:
Open action.detail.php and find the line that says:
if( isset( $params['template'] ) && $template =
$this->GetTemplate('detail_'.$templatename) )
Before add the line:
if(empty($templatename) && !empty($params['template'])) $templatename =
$params['template'];