diff --git a/admin/manage_custom_nav_elements.php b/admin/manage_custom_nav_elements.php index 821b0cdf..30fca626 100644 --- a/admin/manage_custom_nav_elements.php +++ b/admin/manage_custom_nav_elements.php @@ -88,7 +88,12 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
- +
- +
diff --git a/admin/service_messages.php b/admin/service_messages.php index 580d0012..f34f23ed 100644 --- a/admin/service_messages.php +++ b/admin/service_messages.php @@ -361,7 +361,7 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php'); -
diff --git a/inc/header.inc.php b/inc/header.inc.php index ef257049..ebc825e4 100644 --- a/inc/header.inc.php +++ b/inc/header.inc.php @@ -325,7 +325,26 @@ if ($modsForHesk_settings['show_icons']) { >  - + +
  • + + + <?php echo $row['text']; ?>> + + > + + + +
  • + diff --git a/index.php b/index.php index 41fddc81..12165ed7 100644 --- a/index.php +++ b/index.php @@ -1391,7 +1391,38 @@ function print_start()
    - + +
    + +
    +
    +
    +
    + + <?php echo $row['text']; ?> + + + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    16x16px. For the homepage blocks, recommended size is 32x32px.'; $hesklang['font_icon'] = 'Font Icon'; +$hesklang['error_saving_custom_nav_element'] = 'Error saving custom nav element!'; +$hesklang['place_help'] = 'The location of the custom navigation element.'; +$hesklang['url_help'] = 'The URL where the user should be taken to. Both relative and absolute URLs are supported.'; // ADDED OR MODIFIED IN Mods for HESK 3.0.0 $hesklang['you_have_x_messages'] = 'You have %s new %s'; // %s: Number of new messages, "message" or "messages", depending on #