menu.php 238 B

12345678910
  1. <li>
  2. <a href="<?php echo $this->webApp()->getSite(); ?>b/ejemplo"><i class="fa fa-paper-plane fa-fw"></i> <span>Página de Negocio</span></a>
  3. </li>
  4. <?php
  5. if ($this->webApp()->getCuenta())
  6. $this->renderCuentaInclude('menu');
  7. ?>