summaryrefslogtreecommitdiffstats
path: root/templates/show_debug.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_debug.inc.php')
-rw-r--r--templates/show_debug.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_debug.inc.php b/templates/show_debug.inc.php
index adfcea5c..369774eb 100644
--- a/templates/show_debug.inc.php
+++ b/templates/show_debug.inc.php
@@ -24,11 +24,11 @@
<div id="information_actions">
<ul>
<li>
- <a href="<?php echo Config::get('web_path'); ?>/admin/system.php?action=generate_config"><?php echo get_user_icon('cog', T_('Generate Configuration')); ?></a>
+ <a href="<?php echo Config::get('web_path'); ?>/admin/system.php?action=generate_config"><?php echo UI::get_icon('cog', T_('Generate Configuration')); ?></a>
<?php echo T_('Generate Configuration'); ?>
</li>
<li>
- <a href="<?php echo Config::get('web_path'); ?>/admin/system.php?action=reset_db_charset"><?php echo get_user_icon('server_lightning', T_('Set Database Charset')); ?></a>
+ <a href="<?php echo Config::get('web_path'); ?>/admin/system.php?action=reset_db_charset"><?php echo UI::get_icon('server_lightning', T_('Set Database Charset')); ?></a>
<?php echo T_('Set Database Charset'); ?>
</li>
</ul>