$base_path:Drupal 安装的基本路径。如果安装在根目录下,这是最简单的,他将默认为根目录。
$breadcrumb: Returns the HTML for displaying the navigational breadcrumbs on the page.
$closure:返回hook_footer()的输出,它常在页面的底部使用。
$css:.返回一个所有css 文件组成的数组结构,以添加到页面中去。使用$styles来返回
$css 数组的HTML 版本。
$content:返回将要展示的HTML 内容.例如,它可以包含一个节[……]
- $base_path
- Returns the base URL path of the Drupal installation. At the very least, this will always default to /.
- $breadcrumb
- HTML for displaying the breadcrumbs at the top of the page.
- $closure
- Needs to be displayed at the bottom of the page, for any dynamic ja[……]