Files @ 5f9f7ac7fbe6
Branch filter:

Location: hot67beta/components/com_content/view.php - annotation

212005584@USHC2X0RND1L.clients.am.health.ge.com
Added a test file
<?php
defined('_JEXEC') or die('Restricted access');

jimport( 'joomla.application.component.view');

class ContentView extends JView
{
	function __construct($config = array())
	{
		parent::__construct($config);

		//Add the helper path to the JHTML library
		JHTML::addIncludePath(JPATH_COMPONENT.DS.'helpers');
	}
}