Sindbad~EG File Manager
<?php
/**
* @version $Id$
* @author JoomlaUX
* @package Joomla.Site
* @subpackage mod_jux_timeline
* @copyright Copyright (C) 2013 JoomlaUX. All rights reserved.
* @license License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
abstract class modJUXTimeLineHelper {
public static function getTimeLine(&$params){
$timeline = $params->get('timeline');
$timeline = json_decode(htmlspecialchars_decode($timeline),true);
return $timeline;
}
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists