tabs as $index => $tab) : $active = ($index == $this->activeTab) ? 'active' : 'inactive'; //NOTE: Has to use echo here so all the a-tags comes on ONE line. // Lineshift will produce space between tabs. echo "" . $tab['title'] . ""; endforeach; ?>