b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (0.9.x) [ class tree: htsrv ] [ index: htsrv ] [ all elements ]

Source for file _reg_disabled.php

Documentation is available at _reg_disabled.php

  1. <?php 
  2. /**
  3.  * This is the registration form when disabled
  4.  *
  5.  * b2evolution - {@link http://b2evolution.net/}
  6.  * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
  7.  * @copyright (c)2003-2005 by Francois PLANQUE - {@link http://fplanque.net/}
  8.  *
  9.  * @package htsrv
  10.  */
  11.  
  12. /**
  13.  * Include page header:
  14.  */
  15. $page_title T_('Registration Currently Disabled');
  16. require(dirname(__FILE__).'/_header.php')
  17. ?>
  18. <p><?php echo T_('User registration is currently not allowed.'?></p>
  19. <p><a href="<?php echo $baseurl ?>" ><?php echo T_('Home'?></a></p>
  20. <?php 
  21.     require(dirname(__FILE__).'/_footer.php')
  22. ?>

Documentation generated on Tue, 20 May 2008 01:55:40 +0200 by phpDocumentor 1.4.2