David Ansermot Web Developer / TYPO3 Integrator

3nov/100

Joomla – Detect homepage in extensions

Here’s a little tip to detect, in your Joomla extensions, if the Frontend user is on the Homepage.

  1. if (JURI::base() == JURI::current()) {
  2.      // Your code for Homepage
  3. }

Tell me if it bugs for you, but for me on 1.5.21 it’s ok

qrCode

Posts that maybe you want to read ::

Commentaires (0) Trackbacks (0)

Aucun commentaire pour l'instant


Leave a comment

(required)

Aucun trackbacks pour l'instant