Return to Snippet

Revision: 51402
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