By pir897 on
I'm making updates to a site that has a custom theme built by a former employee. It is a seriously hacked up version of Zen. I recently created several custom blocks that are set to be shown only on specific pages, but they instead show on all pages.
I'm trying to figure out if the guy who modified the theme removed something that allows the "show on only the listed pages" feature to work. He had removed the body classes, but I put that back in. The code for head, styles & scripts are in place. Does anyone have any idea where I should look?
The area in my page.tpl.php file that holds these blocks is coded like this
<?php if ($recent_images): ?>
<?php print $recent_images; ?>
<?php endif; ?>