| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <?php 2 // $Id: theme.inc,v 1.2.2.1 2010/08/03 17:43:00 sun Exp $ 3 4 5 /** 6 * @file 7 * 8 * Theme preprocessors for image plugins. 9 */ 10 11 /** 12 * Preprocessor for the gallery style plugin. 13 */ 14 function template_preprocess_image_view_image_gallery(&$vars) { 15 // Call the parent preprocess function to get a heap of variables. 16 template_preprocess_views_view_list($vars); 17 18 drupal_add_css(drupal_get_path('module', 'image') . '/image.css'); 19 } 20
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |