![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$menu_item = "Links" | |
$hidden = checkNumeric($_GET["hidden"]) | |
if(! $hidden) | else |
$libraries = Query::create(LinkLibrary, "$constraint ORDER BY name")->execute() | |
$view = new AdminLinkLibraryListView($libraries) | |
$script = $view->writeScript() | |
$hidden = checkNumeric($_GET["hidden"]) |
Definition at line 39 of file link_libraries.inc.
$libraries = Query::create(LinkLibrary, "$constraint ORDER BY name")->execute() |
Definition at line 51 of file link_libraries.inc.
$menu_item = "Links" |
Definition at line 37 of file link_libraries.inc.
$script = $view->writeScript() |
Definition at line 55 of file link_libraries.inc.
$view = new AdminLinkLibraryListView($libraries) |
Definition at line 53 of file link_libraries.inc.
if (! $hidden) else |
Definition at line 46 of file link_libraries.inc.