Procedural File: tce_page_menu.php
Source Location: /admin/code/tce_page_menu.php
Page Details:
Output XHTML unordered list menu.
Tags:
Includes:
F_menu_link [line 105]
string F_menu_link(
string $link, string $title, string $name, [int $level = 0], [string $accesskey = ""], [boolean $enabled = true])
|
|
Returns a menu element link. If the link refers to the current page, only the name will be returned.
Tags:
Parameters
string |
$link |
URL |
string |
$title |
title attribute |
string |
$name |
link caption |
int |
$level |
required level to access the link |
string |
$accesskey |
html accesskey attribute value |
boolean |
$enabled |
set to false to disable the link |
|
|