Exemple #1
0
	function unsubscribeChannel()
	{
		require_once(JPATH_SITE.DS.'components'.DS.'com_hwdvideoshare'.DS.'models'.DS.'channels.php');
		hwd_vs_channels::unsubscribeChannel();
	}
Exemple #2
0
    /**
     * Outputs frontpage HTML
     *
     * @return       Nothing
     */
    function saveChannel()
	{
		global $mainframe;
		$c = hwd_vs_Config::get_instance();
		$db = & JFactory::getDBO();
		$my = & JFactory::getUser();
		$acl= & JFactory::getACL();

   		hwd_vs_channels::bindNewChannel();
	}