first commit
This commit is contained in:
7
plugins/system_reset/hooks/admin_home.php
Normal file
7
plugins/system_reset/hooks/admin_home.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
function HookSystem_resetAdmin_homeCustomadminfunction()
|
||||
{
|
||||
global $baseurl,$lang;
|
||||
?><li title="<?php echo escape($lang["system_reset-tooltip"]); ?>"><a href="<?php echo $baseurl ?>/plugins/system_reset/pages/reset.php"><i aria-hidden="true" class="fa fa-fw fa-soap"></i><br /><?php echo escape($lang["system_reset"]); ?></a></li><?php
|
||||
}
|
Reference in New Issue
Block a user