<li class="nav-item<?php print( $tabNavCounter == 0 ? ' tab-active' : '' );?>"> <span class="text"><?php print( isset( $section['title'] ) ? $section['title'] : '' );?></span> <span class="number"><?php print( isset( $section['sub_title'] ) ? $section['sub_title'] : '' );?></span> </li>