예제 #1
0
파일: BsNav.php 프로젝트: bafio89/qea-u
 /**
  * Runs the widget.
  */
 public function run()
 {
     if (!empty($this->items)) {
         echo BSHtml::nav($this->type, $this->items, $this->htmlOptions);
     }
 }