annotate mpiwgISMI/template.php @ 10:2a786f0d46a7
more comments in the code.
| author |
casties |
| date |
Fri, 26 Jun 2015 10:59:53 +0200 |
| parents |
5148098e96a4 |
| children |
eccbb6239b89 |
| rev |
line source |
|
8
|
1 <?php
|
|
|
2 /**
|
|
|
3 * Override or insert variables into the page template.
|
|
|
4 */
|
|
|
5 function mpiwgISMI_preprocess_page(&$vars) {
|
|
|
6 // Move secondary tabs into a separate variable.
|
|
|
7
|
|
|
8
|
|
|
9
|
|
|
10 $vars['MPIWGlogo'] = base_path() . path_to_theme() . '/logoMPIWG.png';
|
|
|
11 $vars['MCGilllogo'] = base_path() . path_to_theme() . '/bannerMcGill-100.gif';
|
|
|
12 } |