Title for custom sections added

This commit is contained in:
biakaveron 2013-10-15 00:54:15 +04:00
parent b261675d35
commit faa657a088
1 changed files with 1 additions and 0 deletions

View File

@ -379,6 +379,7 @@
<?php if (Kohana::$config->load('debug_toolbar.panels.customs') && count($sections) > 0): ?>
<?php foreach($sections as $num => $section) : ?>
<div id="debug-custom-section-<?php echo $num ?>" class="top" style="display: none;">
<h1><?php echo $section['title'] ?></h1>
<div>
<?php echo $section['content'] ?>
</div>