diff options
author | deva <deva> | 2010-02-26 16:18:29 +0000 |
---|---|---|
committer | deva <deva> | 2010-02-26 16:18:29 +0000 |
commit | 5a3fb978c99fb0d9b6d559e9486f93d35ab306ed (patch) | |
tree | d8f8f1de4a773ead8290214ef76f1430d48aa9c9 /utils | |
parent | 770bf940fd30ae9f2eb8383707cad4b8b96d6fcc (diff) |
Add empty admin section.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/modules/links.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/utils/modules/links.php b/utils/modules/links.php index efa20ef..bf173eb 100644 --- a/utils/modules/links.php +++ b/utils/modules/links.php @@ -1,4 +1,4 @@ -<?php +<?php /* -*- Mode: php; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ class Link { public $title; @@ -63,6 +63,9 @@ class Links { private $file; private $groups = array(); + public $admin_title = "Links"; + public $admin_submodules = array(); + public function add($group) { $key = $group->title; $this->groups[$key] = $group; |