| 5 theme.inc | theme_maintenance_page( |
| 6 theme.php | theme_maintenance_page() |
| 7 theme.php | theme_maintenance_page($variables) |
| 8 theme.php | theme_maintenance_page($variables) |
Implemented using the maintenance-page.tpl.php template.
See also
Related topics
5 theme calls to theme_maintenance_page()
File
- developer/
theme.php, line 333 - Shadow theme functions for theme templates.
Code
function theme_maintenance_page($variables) {
// This function is never used; see the corresponding template file instead.
}
Login or register to post comments