- Patch #58671 by Tobias: theme_closure -> theme('closure').

5.x
Dries Buytaert 2006-09-05 10:11:29 +00:00
parent 5f7b5556b0
commit fb97d9eca2
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ function theme_page($content) {
$output .= "\n<!-- end content -->\n";
$output .= '</td></tr></table>';
$output .= theme_closure();
$output .= theme('closure');
$output .= '</body></html>';
return $output;