Mercurial > hg > drupalISMI
view mpiwgISMI/template.php @ 11:61dd2a96c4e2
add redirect /entity/%openmind_id as menu hook.
author | casties |
---|---|
date | Mon, 06 Jul 2015 18:53:41 +0200 |
parents | 5148098e96a4 |
children | eccbb6239b89 |
line wrap: on
line source
<?php /** * Override or insert variables into the page template. */ function mpiwgISMI_preprocess_page(&$vars) { // Move secondary tabs into a separate variable. $vars['MPIWGlogo'] = base_path() . path_to_theme() . '/logoMPIWG.png'; $vars['MCGilllogo'] = base_path() . path_to_theme() . '/bannerMcGill-100.gif'; }