%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home1/lightco1/public_html/plugins/system/jsnframework/libraries/joomlashine/articles/
Upload File :
Create Path :
Current File : //home1/lightco1/public_html/plugins/system/jsnframework/libraries/joomlashine/articles/helper.php

<?php
/**
 * @version    $Id$
 * @package    JSN_Framework
 * @author     JoomlaShine Team <support@joomlashine.com>
 * @copyright  Copyright (C) 2012 JoomlaShine.com. All Rights Reserved.
 * @license    GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Websites: http://www.joomlashine.com
 * Technical Support:  Feedback - http://www.joomlashine.com/contact-us/get-support.html
 */

// No direct access to this file
defined('_JEXEC') or die('Restricted access');

/**
 * Helper class of JSN Config library.
 *
 * @package     JSN_Framework
 * @since       1.0.3
 *
 * @deprecated  1.2.0  Simply extends JSNArticleView, no default template creation required.
 */
class JSNArticlesHelper
{
	/**
	 * Render the article selection view.
	 *
	 * @param   object  $this  Current $this context
	 *
	 * @return  void
	 */
	public static function render($this)
	{
		require dirname(__FILE__) . '/tmpl/default.php';
	}
}

Zerion Mini Shell 1.0