</a></li> <li><?php echo JHtml::_('link', 'http://www.gnu.org/licenses/gpl-2.0.html', JText::_('COM_JEM_LICENSE'), array('target' => 'helpFrame')); ?> </li> <hr class="hr-condensed" /> <li class="nav-header"><?php echo JText::_('COM_JEM_SCREEN_HELP'); ?> </li> <?php foreach ($this->toc as $k => $v) { ?> <li> <?php echo JHtml::Link('components/com_jem/help/' . $this->langTag . '/' . $k, $v, array('target' => 'helpFrame')); ?> </li> <?php } ?> </ul> </div> </div> <div class="span9"> <iframe name="helpFrame" height="2100px" src="<?php echo 'components/com_jem/help/' . $this->langTag . '/intro.html'; ?> " class="helpFrame table table-bordered"></iframe> </div> </div>