1
0
Fork 0
mirror of https://github.com/Oreolek/debug-toolbar.git synced 2024-06-16 23:00:50 +03:00

routes & modules images added, thanks famfamfam.com

This commit is contained in:
Ivan 2010-05-07 00:13:09 +04:00
parent 9e3ff57707
commit 18e9a06826
3 changed files with 1 additions and 1 deletions

BIN
images/module.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 591 B

BIN
images/route.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 582 B

View file

@ -82,7 +82,7 @@
<!-- Modules -->
<?php if (Kohana::config('debug_toolbar.panels.modules')): ?>
<li id="toggle-modules" onclick="debugToolbar.show('debug-modules'); return false;">
<?php echo html::image(Kohana::config('debug_toolbar.icon_path').'/page_copy.png', array('alt' => 'modules')) ?>
<?php echo html::image(Kohana::config('debug_toolbar.icon_path').'/module.png', array('alt' => 'modules')) ?>
modules
</li>
<?php endif ?>