manifest.php
author Tomas Zeman <tzeman@volny.cz>
Fri, 12 Aug 2011 14:55:00 +0200
changeset 67 c1d23d11bfdb
parent 9 cfdaee8cd58d
permissions -rw-r--r--
ACL + ACLActions module

<?PHP 
$manifest = array( 
	'name' => 'Čeština',
	'description' => 'Český překlad',
	'type' => 'langpack',
	'is_uninstallable' => 'Yes',
	'version' => '4.5.0',
	'acceptable_sugar_flavors' => array ("CE", "PRO", "ENT"),
	'published_date' => '2011-06-03',
	'author' => 'michal sviba , zuzka.wokurka, tomas zeman',
	'acceptable_sugar_versions' => array ("4.5*"),
);

$installdefs = array(
	'id'=> 'cs_cz',
	'image_dir'=>'<basepath>/images',
	'copy' => array(
	array('from'=> '<basepath>/include','to'=> 'include',),
	array('from'=> '<basepath>/modules','to'=> 'modules'))
);
?>