Parent Directory
|
Revision Log
|
Revision Graph
Initial import
| 1 | <?php |
| 2 | |
| 3 | function phptemplate_search_theme_form($form) { |
| 4 | return _phptemplate_callback('search-theme-form', array('form' => $form)); |
| 5 | } |
| 6 | |
| 7 | function internet_music_regions() { |
| 8 | return array( |
| 9 | 'sidebar_plain' => t('right plain'), |
| 10 | 'sidebar_right' => t('right sidebar'), |
| 11 | 'content_top' => t('content top'), |
| 12 | 'content' => t('content'), |
| 13 | 'content_bottom' => t('content bottom'), |
| 14 | 'header' => t('header'), |
| 15 | 'footer' => t('footer'), |
| 16 | ); |
| 17 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |