Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1, Sat Mar 4 02:08:17 2006 UTC | revision 1.2, Fri Mar 10 20:14:27 2006 UTC | |
|---|---|---|
| # | Line 56 function textimage_menu($may_cache) { | Line 56 function textimage_menu($may_cache) { |
| 56 | $items[] = array( | $items[] = array( |
| 57 | 'path' => 'textimage/image'.$suffix, 'title' => t('textimage'), | 'path' => 'textimage/image'.$suffix, 'title' => t('textimage'), |
| 58 | 'callback' => '_textimage_image', | 'callback' => '_textimage_image', |
| 59 | 'access' => user_access('access textimage'), | 'access' => user_access('access textimages'), |
| 60 | 'type' => MENU_CALLBACK | 'type' => MENU_CALLBACK |
| 61 | ); | ); |
| 62 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |