get prestashop installed themes

$themes = (Theme::getThemes ());

foreach ( $themes as $theme ) {
	echo $theme->name;
}
Author: bm on January 10, 2014
Category: prestashop