Snippets
-
Custom template suggestions
If we want to have different template suggestions, such as based on url alias, we do so in preprocess function of that hook (you can use _block, _page,...)
-
Detect if the user is opening a page in the overlay
<?php
if (module_exists('overlay')) {
if (overlay_get_mode() == 'child') {
// yes, we are in the overlay