| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 <?php 2 // $Id: theme.inc,v 1.1.2.1 2010/09/28 12:25:50 joachim Exp $ 3 /** 4 * @file 5 * 6 * Theme preprocessors for image gallery plugins. 7 */ 8 9 /** 10 * Preprocessor for the gallery terms style plugin. 11 */ 12 function template_preprocess_image_gallery_view_image_gallery_terms(&$vars) { 13 // Common preprocessing for list styles. 14 template_preprocess_views_view_unformatted($vars); 15 16 drupal_add_css(drupal_get_path('module', 'image_gallery') .'/image_gallery.css'); 17 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |