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

CarpConf('cborder','image');
CarpConf('iorder','title,date,youtube');
CarpConf('ilinkstyle','font-weight:bold;font-size:140%;');

global $youtubeconf;
$youtubeconf['width']=350;
$youtubeconf['height']=292;
$youtubeconf['language']='en';

return;
?>