| [ PHPXref.com ] | [ Generated: Sun Jul 20 18:53:27 2008 ] | [ myPHPNuke 1.8.8_8 ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 <?php 2 3 if ( ! @include_once ( './mainfile.php' ) ) { exit( '!! INCLUDE ERROR. ACCESS DENIED !!' ); } 4 error_reporting( _E_VALUE ); 5 6 7 /* vim: set expandtab tabstop=4 shiftwidth=4: */ 8 // +----------------------------------------------------------------------+ 9 // | myPHPNuke Version 188_8 RC2 | 10 // +----------------------------------------------------------------------+ 11 // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | 12 // +----------------------------------------------------------------------+ 13 // | Support: http://myphpnuke.com/ | 14 // +----------------------------------------------------------------------+ 15 // | Author: myPHPNuke Dev Team | 16 // +----------------------------------------------------------------------+ 17 // | Copyright: © 2001-2004 myPHPNuke Dev Team | 18 // +----------------------------------------------------------------------+ 19 // $Id: blocksconst.inc.php,v 1.4.2.3 2004/04/18 12:45:25 ajvwaay Exp $ 20 21 22 23 /****************************************************************************** 24 * 25 * File : blocksconst.inc.php 26 * Purpose : Definions of some constants for the blocksystem 27 * Author : Heinz Hombergs 28 * 29 * History 30 * 31 * Date Comments 32 * ---------------------------------------------------------------------------- 33 * 2001-04-05 o Initial Version 34 * 2001-09-27 o Added ChatBoxII :- trini0 35 ******************************************************************************/ 36 37 /* Display side constants */ 38 define("BLOCK_SIDE_LEFT",0); 39 define("BLOCK_SIDE_RIGHT",1); 40 define("BLOCK_SIDE_ONE",2); 41 42 /* Blocktype constants */ 43 44 define("BLOCK_TYPE_CUSTOM",0); 45 define("BLOCK_TYPE_QUOTE",1); 46 define("BLOCK_TYPE_ONLINE",2); 47 define("BLOCK_TYPE_USER",3); 48 define("BLOCK_TYPE_CATEGORY",4); 49 define("BLOCK_TYPE_BIGSTORY",5); 50 define("BLOCK_TYPE_SEARCH",6); 51 define("BLOCK_TYPE_POLL",7); 52 define("BLOCK_TYPE_LOGIN",8); 53 define("BLOCK_TYPE_EPHEM",9); 54 define("BLOCK_TYPE_HEADLINE",10); 55 define("BLOCK_TYPE_OLDNEWS",11); 56 define("BLOCK_TYPE_WAITINGCONTENT",12); 57 define("BLOCK_TYPE_LASTSEEN",13); 58 define("BLOCK_TYPE_RECENTREVIEWS",14); 59 define("BLOCK_TYPE_POPULARREVIEWS",15); 60 define("BLOCK_TYPE_RECENTLINKS",16); 61 define("BLOCK_TYPE_POPULARLINKS",17); 62 define("BLOCK_TYPE_PARTNER",18); 63 define("BLOCK_TYPE_CHATBOXII",19); 64 define("BLOCK_TYPE_RANDOM_BANNER",20); 65 define("BLOCK_TYPE_RANDOM_GALLERY",21); 66 define("BLOCK_TYPE_STATS",22); 67 define("INCLUDE_FILE",23); 68 define("BLOCK_THEME_OPTIONS",24); 69 70 71 /* Block visible to */ 72 define("BLOCK_VISIBLE_ALL",0); 73 define("BLOCK_VISIBLE_USERS",1); 74 define("BLOCK_VISIBLE_ADMIN",2); 75 76 /* Block categories */ 77 define("BLOCK_CAT_MAIN",1); 78 define("BLOCK_CAT_ADMIN",2); 79 define("BLOCK_CAT_LEFT",3); 80 define("BLOCK_CAT_RIGHT",4); 81 82 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |