|
Revision 5055, 0.8 kB
(checked in by p_lindheimer, 1 year ago)
|
move custom context from #1447 to contributed module repository
|
| Line | |
|---|
| 1 |
<?php /* $Id: page.customcontextsadmin.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 = 'customcontextsadmin'; //used for switch on config.php |
|---|
| 14 |
|
|---|
| 15 |
//isset($_REQUEST['action'])?$action = $_REQUEST['action']:$action=''; |
|---|
| 16 |
|
|---|
| 17 |
|
|---|
| 18 |
?> |
|---|
| 19 |
|
|---|
| 20 |
<div class="rnav"> |
|---|
| 21 |
<?php |
|---|
| 22 |
$contexts = customcontexts_getcontextslist(); |
|---|
| 23 |
drawListMenu($contexts, $skip, $type, $display, $extdisplay, _("Context")); |
|---|
| 24 |
?> |
|---|
| 25 |
</div> |
|---|