joomla unique page id - Joomla! Forum - community, help and support
i in need of page id developing module works in every page seperately.is there page id in joomla 2.5? if not think menu item id can use unique id differentiate page?
pages not exist in joomla. should menu items (itemid).
http://api.joomla.org/11.4/joomla-platform/environment/jrequest.html
code: select all
$itemid = jrequest::getint('itemid');http://api.joomla.org/11.4/joomla-platform/environment/jrequest.html
Comments
Post a Comment