Skip to content

Instantly share code, notes, and snippets.

@araneta
Created May 11, 2014 12:49
Show Gist options
  • Save araneta/ba17bdc7d63c0b57c7bc to your computer and use it in GitHub Desktop.
Save araneta/ba17bdc7d63c0b57c7bc to your computer and use it in GitHub Desktop.
Joomla: get article id from joomla template index.php
$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