32 lines
		
	
	
		
			1012 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1012 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
| <?php
 | |
| $fp_plugins = array(
 | |
| 
 | |
| 	// to disable put // or # before the plugin name
 | |
| 	// remove it to enable :)
 | |
| 
 | |
| 	'jquery', // needed by ligthbox2 (quite heavy in size)
 | |
| 	'lightbox2', // fancy usable img overlay effect, needs jquery
 | |
| 	'thumb', // creates thumbnails adding scale=NN% to [img] tags :)
 | |
| 	'bbcode', // bbcode-style formatting; if you disable this
 | |
| 	           // you'll loose some features, but you will be able to use xhtml
 | |
| 	           // as a default
 | |
| 	           // 'syntaxhighlighter',//fancy js to color code
 | |
| 	'accessibleantispam',
 | |
| 	'qspam', // quick spam filter
 | |
| 	          // 'akismet', // powerful antispam; requires you to have a wordpress api key
 | |
| 	          // open the plugin file to set your key
 | |
| 	'adminarea',
 | |
| 	'archives',
 | |
| 	// 'calendar', //time consuming, not really recommended :p
 | |
| 	// 'lastcomments', // cache-based last-comments block
 | |
| 	// 'lastcommentsadmin',
 | |
| 	'lastentries',
 | |
| 	'prettyurls',
 | |
| 	'categories',
 | |
| 	'searchbox',
 | |
| 	'blockparser',
 | |
| 	'readmore',
 | |
| 	'favicon',
 | |
| 	'commentcenter',
 | |
| 	'mediamanager'
 | |
| ); | 
