/**
  * @param bool $echo
  *
  * @return string
  * @author Panagiotis Vagenas <*****@*****.**>
  * @since  150429
  */
 public function settings($echo = true)
 {
     $content = parent::settings(false);
     $content .= $this->©view->view($this, 'themes/simple-list-settings.php', array('options' => $this->options));
     if ($echo) {
         echo $content;
     }
     return $content;
 }
 /**
  * @param bool $echo
  *
  * @return string
  * @author Panagiotis Vagenas <*****@*****.**>
  * @since  150429
  */
 public function settings($echo = true)
 {
     $content = parent::settings(false);
     $content .= $this->©view->view($this, 'themes/carousel-grid-slider-settings.php', array('options' => $this->options));
     if ($echo) {
         echo $content;
     }
     return $content;
 }