Source for file mod_mosmsg.php

Documentation is available at mod_mosmsg.php

  1. <?php
  2. /**
  3. @package Mambo
  4. @author Mambo Foundation Inc see README.php
  5. @copyright Mambo Foundation Inc.
  6. *  See COPYRIGHT.php for copyright notices and details.
  7. @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see
  8. *  LICENSE.php
  9. *  Mambo is free software; you can redistribute it and/or
  10. *  modify it under the terms of the GNU General Public License
  11. *  as published by the Free Software Foundation; version 2 of the
  12. *  License.
  13. */ 
  14.  
  15. /** ensure this file is being included by a parent file */
  16. defined'_VALID_MOS' or die'Direct Access to this location is not allowed.' );
  17.  
  18. $mosmsg trimstrip_tagsmosGetParam$_REQUEST'mosmsg''' ) ) );
  19.  
  20. if ($mosmsg{
  21.     if (!get_magic_quotes_gpc()) {
  22.         $mosmsg addslashes$mosmsg );
  23.     }
  24.     echo "\n<div class=\"message\">$mosmsg</div>";
  25. }
  26. ?>

Documentation generated on Mon, 05 May 2008 16:21:19 +0400 by phpDocumentor 1.4.0