/**
  * Get the data
  *
  * @return void
  */
 private function getData()
 {
     // get all galleries
     $this->items = FrontendSlideshowModel::getGalleries();
     // full url assets
     $this->full_url = FrontendNavigation::getURLForBlock('Slideshow', 'Detail');
     $this->full_url_category = FrontendNavigation::getURLForBlock('Slideshow', 'Category');
 }