root/contributed_modules/modules/customcontexts/page.customcontexts.php

Revision 9823, 0.7 kB (checked in by p_lindheimer, 2 years ago)

revert back the 2.8 changes that were moved to do final pre 2.8 publish

Line 
1 <?php /* $Id: page.customcontexts.php $ */
2 //
3 //This program is free software; you can redistribute it and/or
4 //modify it under the terms of the GNU General Public License
5 //as published by the Free Software Foundation; either version 2
6 //of the License, or (at your option) any later version.
7 //
8 //This program is distributed in the hope that it will be useful,
9 //but WITHOUT ANY WARRANTY; without even the implied warranty of
10 //MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11 //GNU General Public License for more details.
12
13 $dispnum = 'customcontexts'; //used for switch on config.php
14 ?>
15
16
17 <div class="rnav">
18 <?php 
19 $contexts = customcontexts_getcontexts();
20 drawListMenu($contexts, $skip, $type, $display, $extdisplay, _("Context"));
21 ?>
22 </div>
Note: See TracBrowser for help on using the browser.