Posted by marleneayers on February 4, 2013 at 10:25pm
I am using drupal 7 with the devel module. I want to inspect the page variables so I can understand better about the page construction. After I click on theme info I can click on the page.tpl.php template and see a listing of array 35 elements. But $page['content'] is not there even though at the top of page.tpl.php (the commented section) says it should be available. If I do
<?php
dpm( get_defined_vars());
?>