Current File : /home/lifechur/carp-wp/extras/carp-wp-theme.php
<?php
/*
	CaRP/WP Default Theme v1.0
	Default theme for the CaRP/WP plugin for WordPress
	Upload this file to your CaRP Themes Folder
*/

CarpConf('cborder','');
CarpConf('iorder','image,link,author,desc');
CarpConf('maxitems', 3);
CarpConf('linktarget',1);
CarpConf('aidesc','');
CarpConf('maxidesc', 250);
CarpConf('ai','<br clear="all" /><br />');
CarpConf('biimage','<div style="float:left;margin-right:5px;">');
CarpConf('aiimage','</div>');

return;
?>