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.
