Mercurial > hg > drupalISMI
diff mpiwgISMI/template.php @ 8:5148098e96a4
add theme drupalISMI.
author | casties |
---|---|
date | Fri, 19 Jun 2015 18:58:25 +0200 |
parents | |
children | eccbb6239b89 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mpiwgISMI/template.php Fri Jun 19 18:58:25 2015 +0200 @@ -0,0 +1,12 @@ +<?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'; +} \ No newline at end of file