- Patch #58671 by Tobias: theme_closure -> theme('closure').
parent
5f7b5556b0
commit
fb97d9eca2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue