Quantcast
Channel: c5mix Blog » Tips
Viewing all articles
Browse latest Browse all 6

If Site is in Edit Mode, Display or Do This

$
0
0

If you need to display or do something in your concrete5 theme when the site is in edit mode, use this code:

<?php global $c; if ($c->isEditMode()) { ?> Do something here <?php } ?>

Viewing all articles
Browse latest Browse all 6

Trending Articles