You've already forked joomla_test
first commit
This commit is contained in:
@ -0,0 +1,28 @@
|
||||
<?php
|
||||
/**
|
||||
* mod_socialcrowd.php Social Crowd Module for Joomla
|
||||
*
|
||||
* @version 1.2
|
||||
* @package mod_socialcrowd
|
||||
* @author Sabuj kundu ( http://codeboxr.com )
|
||||
* @copyright Copyright (C) 2011-2013 http://codeboxr.com. All rights reserved.
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
|
||||
* @ help: http://codeboxr.com/product/social-crowd-for-joomla
|
||||
*/
|
||||
|
||||
//error_reporting(E_ALL);
|
||||
//ini_set("display_errors", 1);
|
||||
if(!defined('DS')){
|
||||
define('DS',DIRECTORY_SEPARATOR);
|
||||
}
|
||||
|
||||
// no direct access
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
|
||||
// Include the syndicate functions only once
|
||||
require_once (dirname(__FILE__).DIRECTORY_SEPARATOR.'helper.php');
|
||||
|
||||
$articles = modYahooStyleNewsSlider::getOutput($params, $module);
|
||||
//echo '<pre>'; var_dump($articles);echo '<pre>';
|
||||
require(JModuleHelper::getLayoutPath('mod_yahoostylenewsslider'));
|
Reference in New Issue
Block a user