![]() |
|---|
| [ Index ] |
Source Code Reference for V1.00 |
[Summary view] [Print] [Text view]
1 <?php 2 if (!defined('W2P_BASE_DIR')) { 3 die('You should not access this file directly.'); 4 } 5 global $AppUI, $titleBlock, $contact_id, $is_user; 6 $perms = &$AppUI->acl(); 7 $canAddUsers = $perms->checkModule('admin', 'add'); 8 9 if ($canAddUsers && $contact_id && !$is_user) { 10 $titleBlock->addCrumb('?m=admin&a=addedituser&contact_id='.$contact_id, 'create a user'); 11 } 12 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Jan 7 03:00:01 2009 | Cross-referenced by PHPXref 0.7 |