Example #1
0
 public function getThemesCreate()
 {
     // Run cleanup of orphan packages
     $this->db->cleanup();
     return $this->render('themes/create');
 }