1
0
Fork 0
mirror of https://github.com/Oreolek/debug-toolbar.git synced 2024-05-02 00:59:18 +03:00

Title for custom sections added

This commit is contained in:
biakaveron 2013-10-15 00:54:15 +04:00
parent b261675d35
commit faa657a088

View file

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