public function headerQuotes($tags = '', $includeGlobal = true)
 {
     if (!$tags) {
         $tags = '';
     }
     $quotes = new Datasource_Cms_HeaderQuotes();
     $quotesArray = $quotes->getByTags($tags, $includeGlobal);
     return $this->view->partialLoop('templates/partials/header-quote.phtml', $quotesArray);
 }