| 1 |
<?php |
<?php |
| 2 |
|
|
| 3 |
// $Id: skeleton.module,v 1.18 2009/03/12 18:27:26 deviantintegral Exp $ |
// $Id: skeleton.module,v 1.19 2009/07/16 18:12:35 deviantintegral Exp $ |
| 4 |
|
|
| 5 |
/** |
/** |
| 6 |
* @file |
* @file |
| 157 |
$items['admin/content/skeleton/template/%skeleton_template/view'] = array( |
$items['admin/content/skeleton/template/%skeleton_template/view'] = array( |
| 158 |
'page callback' => 'skeleton_view_template', |
'page callback' => 'skeleton_view_template', |
| 159 |
'page arguments' => array(4), |
'page arguments' => array(4), |
| 160 |
'access arguments' => array('configure skeleton outlines'), |
'access callback' => '_skeleton_user_can_view', |
| 161 |
'type' => MENU_LOCAL_TASK, |
'type' => MENU_LOCAL_TASK, |
| 162 |
'weight' => -5, |
'weight' => -5, |
| 163 |
'title' => 'View template', |
'title' => 'View template', |