| [ Index ] |
PHP Cross Reference of Nuke-Evolution v2.0.5 |
[Summary view] [Print] [Text view]
1 <?php 2 /*======================================================================= 3 Nuke-Evolution Basic: Enhanced PHP-Nuke Web Portal System 4 =======================================================================*/ 5 6 /************************************************************************/ 7 /* PHP-NUKE: Web Portal System */ 8 /* =========================== */ 9 /* */ 10 /* Copyright (c) 2005 by Francisco Burzi */ 11 /* http://phpnuke.org */ 12 /* */ 13 /* This program is free software. You can redistribute it and/or modify */ 14 /* it under the terms of the GNU General Public License as published by */ 15 /* the Free Software Foundation; either version 2 of the License. */ 16 /************************************************************************/ 17 /* Additional security & Abstraction layer conversion */ 18 /* 2003 chatserv */ 19 /* http://www.nukefixes.com -- http://www.nukeresources.com */ 20 /************************************************************************/ 21 22 /*****[CHANGES]********************************************************** 23 -=[Base]=- 24 Nuke Patched v3.1.0 06/26/2005 25 ************************************************************************/ 26 27 if(!defined('NUKE_EVO')) exit; 28 29 // Position "1" by default is for block advertising. You can change this from your admin panel 30 $position = 1; 31 32 // Now show it 33 $content = '<br />'.ads($position).'<br />'; 34 35 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Jun 6 11:38:01 2007 | Cross-referenced by PHPXref 0.7 |