1 (edited by kraionz 2013-10-04 15:15:09)

Topic: Monstra CONDITIONAL if and else, help!! in themes

as I can use "if and else"

because they want that information then appears only in the home page

example
           

<?php
              if (Page('home')) {
              echo Block::get("slideshow");
                 } else  {
                 }
            ?>

thanks.