| Code: : |
| <?php /************************************************************************/ /* 4n Calendar Version 0.91 (german & english) */ /* for phpNUKE Version 6.5 - 6.8 (www.phpnuke.org) */ /* ==================================================================== */ /* By WarpSpeed (Marco Wiesler) (warpspeed@4thDimension.de) @ Aug/2oo3 */ /* http://www.warp-speed.de @ 4thDimension.de Networking */ /* ==================================================================== */ /* Based on: */ /* Event Calendar */ /* ============== */ /* Author: Rob Sutton */ /* ==================================================================== */ /* This program is free software. You can redistribute it and/or modify */ /* it under the terms of the GNU General Public License as published by */ /* the Free Software Foundation; either version 2 of the License. */ /************************************************************************/ if (($radminsuper==1) OR ($radminCalendarAdmin==1)) { adminmenu("admin.php?op=4nCalendarAdmin", "4nCalendar", "4ncalendar.gif"); } ?> |