- Patch #533004 by tic2000: Implement instead of Implementation in phpDoc.
parent
51e6389122
commit
c071928c94
|
@ -19,7 +19,7 @@ function toolbar_permission() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of hook_theme().
|
* Implement hook_theme().
|
||||||
*/
|
*/
|
||||||
function toolbar_theme($existing, $type, $theme, $path) {
|
function toolbar_theme($existing, $type, $theme, $path) {
|
||||||
$items['toolbar'] = array(
|
$items['toolbar'] = array(
|
||||||
|
@ -31,7 +31,7 @@ function toolbar_theme($existing, $type, $theme, $path) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of hook_page_alter().
|
* Implement hook_page_alter().
|
||||||
*
|
*
|
||||||
* Add admin toolbar to the page_top region automatically.
|
* Add admin toolbar to the page_top region automatically.
|
||||||
*/
|
*/
|
||||||
|
@ -42,7 +42,7 @@ function toolbar_page_alter(&$page) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of hook_preprocess_page().
|
* Implement hook_preprocess_page().
|
||||||
*
|
*
|
||||||
* Add some page classes, so global page theming can adjust to the toolbar.
|
* Add some page classes, so global page theming can adjust to the toolbar.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue