1
0

locked.php 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. /* $Id: locked.php 1445 2006-10-29 16:13:55Z b4rt $ */
  3. /*******************************************************************************
  4. LICENSE
  5. This program is free software; you can redistribute it and/or
  6. modify it under the terms of the GNU General Public License (GPL)
  7. as published by the Free Software Foundation; either version 2
  8. of the License, or (at your option) any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. To read the license please visit http://www.gnu.org/copyleft/gpl.html
  14. *******************************************************************************/
  15. // main.external
  16. require_once('inc/main.external.php');
  17. // init template-instance
  18. tmplInitializeInstance($cfg["default_theme"], "page.locked.tmpl");
  19. // defines
  20. $tmpl->setvar('iid', 'locked');
  21. // parse template
  22. $tmpl->pparse();
  23. ?>