Revision: 34935
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 30, 2010 14:39 by hamsterbacke82
Initial Code
function mytheme_preprocess_views_view__events(&$vars) { if($vars['display_id'] == 'block_1') { $vars['more'] = l(t('Search All Events'), 'search/apachesolr_search', array('query' => 'filters=type:event')); } }
Initial URL
Initial Description
Initial Title
drupal 6 views preprocess
Initial Tags
drupal
Initial Language
PHP