Created
January 9, 2015 06:10
-
-
Save ahmedeshaan/25f8f3f924e20d925c00 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @package contactus | |
* @copyright Copyright (c)2014 Nicholas K. Dionysopoulos / AkeebaBackup.com | |
* @license GNU General Public License version 2 or later | |
*/ | |
defined('_JEXEC') or die(); | |
// Load FOF | |
require_once JPATH_LIBRARIES.'/f0f/include.php'; | |
// Execute the component | |
F0FDispatcher::getTmpInstance('com_gallery')->dispatch(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment