Fixed hardcoded title in the extras menu
这个提交包含在:
父节点
32b77002d9
当前提交
c6f17d6379
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -318,7 +318,7 @@ $oqrs_requests = $CI->oqrs_model->oqrs_requests($location_list);
|
|||
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
|
||||
<?php
|
||||
foreach(json_decode($this->optionslib->get_option('menuitems')) as $item) {
|
||||
echo '<a class="dropdown-item" href="' . site_url($item->url) . '" title="Gridsquares"><i class="fas '. $item->icon .'"></i> ' . $item->text . '</a>';
|
||||
echo '<a class="dropdown-item" href="' . site_url($item->url) . '" title="'. $item->text. '"><i class="fas '. $item->icon .'"></i> ' . $item->text . '</a>';
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
|
|
|||
正在加载…
在新工单中引用