[EXTENSION] PIsFrontPage

I’ve released a small and handy extension, commonly needed in layout view files (but not only). Using it, we can ask Yii is the current page is the front page or not using an intuitive construct such as:




 if (Yii::app()->isFrontPage()) {

  // render special widgets, print some stuff, etc...

}

 

Check it out here.

Boaz.