Created
May 11, 2014 12:49
-
-
Save araneta/ba17bdc7d63c0b57c7bc to your computer and use it in GitHub Desktop.
Joomla: get article id from joomla template index.php
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
$article_id = JFactory::getApplication()->input->get('id'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment