= esc($item->id); ?> |
= esc($item->title); ?> |
slug == "posts" || $item->slug == "register" || $item->slug == "login" || $item->slug == "login" || $item->slug == "reset-password" || $item->slug == "change-password" || $item->slug == "profile-update" || $item->slug == "rss-feeds" || $item->slug == "reading-list") {
echo trans("shared");
} else {
$lang = getLanguage($item->lang_id);
if (!empty($lang)) {
echo esc($lang->name);
}
} ?>
|
location) == "top") {
echo trans('top_menu');
} elseif (esc($item->location) == "main") {
echo trans('main_menu');
} elseif (esc($item->location) == "footer") {
echo trans('footer');
} else {
echo "-";
} ?>
|
visibility == 1): ?>
|
is_custom == 1): ?>
|
= formatDate($item->created_at); ?> |
|