+
+
+
+ + Custom Nav Menu Elements[!] +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EDIT CUSTOM NAV ELEMENT[!]
+
+
+
+
+
+
+ $value) {
+ $languages[$key] = $hesk_settings['languages'][$key]['folder'];
+ }
+
+ $customElementsRs = hesk_dbQuery("SELECT * FROM `" . hesk_dbEscape($hesk_settings['db_pfix']) . "custom_nav_element`");
+ ?>
+
+
+
+
+ ID | +Text | +Subtext | +Image URL / Font Icon | +Place | +Actions | +No custom navigation elements | '; + } + + while ($row = hesk_dbFetchAssoc($customElementsRs)): + $localizedTextRs = hesk_dbQuery("SELECT * FROM `" . hesk_dbEscape($hesk_settings['db_pfix']) . "custom_nav_element_to_text` + WHERE `nav_element_id` = " . intval($row['id'])); + $languageText = array(); + while ($textRow = hesk_dbFetchAssoc($localizedTextRs)) { + $languageText[$textRow['language']] = $textRow; + } ?> +
---|---|---|---|---|---|
+ |
+
|
+
+
|
+ + '; + } ?> + | ++ + | +EDIT, DELETE | +