| 1 |
<?php |
<?php |
| 2 |
// $Id: tac_lite.module,v 1.9.2.5 2008/12/09 21:39:10 yogadex Exp $ |
// $Id: tac_lite.module,v 1.9.2.6 2008/12/09 21:47:30 yogadex Exp $ |
| 3 |
/** |
/** |
| 4 |
* @file |
* @file |
| 5 |
* Control access to site content based on taxonomy, roles and users. |
* Control access to site content based on taxonomy, roles and users. |
| 252 |
return array(array('name' => 'tac_lite', |
return array(array('name' => 'tac_lite', |
| 253 |
'title' => t('Taxonomy-based access'), |
'title' => t('Taxonomy-based access'), |
| 254 |
'weight' => 5, |
'weight' => 5, |
| 255 |
|
'access callback' => 'user_access', |
| 256 |
|
'access arguments' => array('administer users'), |
| 257 |
), |
), |
| 258 |
); |
); |
| 259 |
break; |
break; |