Revision: 51402
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at September 23, 2011 09:41 by bubaphex
Initial Code
$uri = $_SERVER['REQUEST_URI']; // If homepage is Root, if using SEF it will be a full article link if ($uri == "/") { echo 'load this'; }
Initial URL
Initial Description
Used in template's, load this if home page etc
Initial Title
Load on homepage only
Initial Tags
joomla
Initial Language
PHP