mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 01:00:20 +02:00
Issue #2795 Support multiple news 'view' layouts (requires database update)
This commit is contained in:
@@ -374,7 +374,7 @@ class news {
|
||||
|
||||
// Retrieve batch sc object, set required vars
|
||||
|
||||
$wrapperKey = (!empty($param['template_key'])) ? 'news/'.$param['template_key'].'/item' : 'news/view/item';
|
||||
$wrapperKey = (!empty($param['template_key'])) ? $param['template_key'].'/item' : 'news/view/item';
|
||||
|
||||
$editable = array(
|
||||
'table' => 'news',
|
||||
|
Reference in New Issue
Block a user