Esempio n. 1
0
 /**
  * Runs the widget.
  */
 public function run()
 {
     $links = $this->createPageLinks();
     if (!empty($links)) {
         echo BSHtml::pagination($links, $this->htmlOptions);
     }
 }