[ Index ]

PHP Cross Reference of Nuke-Evolution v2.0.5

title

Body

[close]

/blocks/ -> block-Nuke-Evolution.php (source)

   1  <?php
   2  /*=======================================================================
   3   Nuke-Evolution Basic: Enhanced PHP-Nuke Web Portal System
   4   =======================================================================*/
   5  
   6  /************************************************************************
   7     Nuke-Evolution: Advanced Content Management System
   8     ============================================
   9     Copyright (c) 2005 by The Nuke-Evolution Team
  10  
  11     Filename      : block-Nuke-Evolution.php
  12     Author        : Nuke-Evolution Team
  13     Version       : 1.0.0
  14     Date          : 08/19/2005 (dd-mm-yyyy)
  15  
  16     Notes         : Displays a small banner from your website with a code
  17                     box where visitors can grab the URL and link back to
  18                     your website.
  19  ************************************************************************/
  20  
  21  /*****[CHANGES]**********************************************************
  22  -=[Base]=-
  23        Nuke Patched                             v3.1.0       08/19/2005
  24   ************************************************************************/
  25  
  26  if(!defined('NUKE_EVO')) exit;
  27  $content = "<marquee scrollamount='5' onmouseover='this.scrollAmount=1' onmouseout='this.scrollAmount=5' onmousedown='this.scrollAmount=0' onmouseup='this.scrollAmount=1'>";
  28  $content .= "<a href=\"http://www.nuke-evolution.com\" target=\"_blank\"><img src=\"images/evo/minilogo.gif\" alt=\"nuke-evolution\" border=\"0\" /></a>";
  29  $content .= "<a href=\"http://www.Evo-Mods.com\" target=\"_blank\"><img src=\"images/evo/evomods.gif\" alt=\"Evo-Mods\" border=\"0\" /></a>";
  30  $content .= "<a href=\"http://www.evo-united.com\" target=\"_blank\"><img src=\"images/evo/evo-united.gif\" alt=\"evo-united\" border=\"0\" /></a>";
  31  $content .= "<a href=\"http://www.evo-file.com\" target=\"_blank\"><img src=\"images/evo/evo-file.gif\" alt=\"evo-file\" border=\"0\" /></a>";
  32  $content .= "<a href=\"http://rottnresources.com/studio\" target=\"_blank\"><img src=\"images/evo/rottnresources.png\" alt=\"rottnresources\" border=\"0\" /></a>";
  33  $content .= "<a href=\"http://wolfgrafix.com/wgxm/index.php\" target=\"_blank\"><img src=\"images/evo/wolfgfx.gif\" alt=\"wolfgrafix\" border=\"0\" /></a>";
  34  $content .= "</marquee>";
  35  
  36  ?>


Generated: Wed Jun 6 11:38:01 2007 Cross-referenced by PHPXref 0.7