问:
各位老师,问个问题,像<?php print $front_page;?>中的 $front_page是drupal规定好的,是么?
答:
这是Drupal核心定义的变量,参看api手册:
我按照drupal专业开发指南上的例子,写了个主题,但是报错说很多变量未定义 Notice: Undefined variable: head_title 在 include() (行 3 在 /var/www/labweb/sites/all/themes/custom/my_theme/page.tpl.php). Notice: Undefined variable: styles 在 include() (行 4 在 /var/www/labweb/sites/all/themes/custom/my_theme/page.tpl.php). Notice: Undefined variable: header 在 include() (行 10 在 /var/www/labweb/sites/all/themes/custom/my_theme/page.tpl.php). Notice: Undefined variable: left 在 include() (行 12 在 /var/www/labweb/sites/all/themes/custom/my_theme/page.tpl.php).