XOOPS  2.6.0
system.php
Go to the documentation of this file.
1 <?php
2 /*
3  You may not change or alter any portion of this comment or credits
4  of supporting developers from this source code or any supporting source code
5  which is considered copyrighted (c) material of the original comment or credit authors.
6 
7  This program is distributed in the hope that it will be useful,
8  but WITHOUT ANY WARRANTY; without even the implied warranty of
9  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10  */
11 
21 {
22  public function userPosts($uid)
23  {
24  return 0;
25  }
26 
27  public function waiting()
28  {
29  return array();
30  }
31 
32  public function backend($limit)
33  {
34  return array();
35  }
36 
37  public function userMenus()
38  {
40  $ret['name'] = $helper->getModule()->getVar('name');
41  $ret['link'] = 'index.php';
42  $ret['image'] = $helper->url('icons/logo_small.png');
43  return $ret;
44  }
45 }
static getInstance()
Definition: helper.php:36
if(!$xoops->isUser()) $uid
Definition: index.php:31
$limit
Definition: findusers.php:202
$helper