/ Published in: PHP
Used in template's, load this if home page etc
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$uri = $_SERVER['REQUEST_URI']; // If homepage is Root, if using SEF it will be a full article link if ($uri == "/") { echo 'load this'; }