For example, your theme name is ipod
template.php
<?php
function ipod_process_page(&$variables){
$variables['name'] = 'Lady Gaga';
}
So in the page.tpl.php, you would print
<div id="page">
<?php print $name ? $name : 'No name';?>
</div>
GMgKe586q6suSQnyqZLlGCooeWM
No comments:
Post a Comment