Skip to content
Snippets Groups Projects
Commit 943d9c06 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #889882 by dhrosa: page_top() prints an empty DIV when logged out.

parent c16bee54
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,8 @@
* @see template_process()
*/
?>
<div class="<?php print $classes; ?>">
<?php print $content; ?>
</div>
<?php if($content): ?>
<div class="<?php print $classes; ?>">
<?php print $content; ?>
</div>
<?php endif; ?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment