mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Issue #4332 Carousel fixes. Newsfeed now uses json to store data.
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
<?php
|
||||
|
||||
if(!is_array($parm))
|
||||
{
|
||||
$parm = array();
|
||||
}
|
||||
|
||||
$parm['type'] = !empty($parm['type']) ? $parm['type'] : 'main';
|
||||
$parm['type'] = !empty($parm['type']) ? $parm['type'] : 'side';
|
||||
$parm['layout'] = !empty($parm['layout']) ? $parm['layout'] : $parm['type'];
|
||||
|
||||
require_once(e_CORE."shortcodes/single/navigation.php");
|
||||
|
Reference in New Issue
Block a user