Skip to content

Instantly share code, notes, and snippets.

@juque
Created July 14, 2010 22:40
Show Gist options
  • Select an option

  • Save juque/476207 to your computer and use it in GitHub Desktop.

Select an option

Save juque/476207 to your computer and use it in GitHub Desktop.
<ul>
<li class="<?php echo (is_home()) ? "actual" : "" ?>"><a href="/">Inicio</a></li>
<li class="<?php echo (is_page('carreras')) ? "actual" : "" ?>"><a href="/carreras">Carreras</a></li>
<li class="<?php echo (is_page('media')) ? "actual" : "" ?>"><a href="/media">Media</a></li>
<li class="<?php echo (is_page('institucional')) ? "actual" : "" ?>"><a href="/institucional">Institucional</a></li>
<li class="<?php echo (is_page('academicos')) ? "actual" : "" ?>"><a href="/academicos">Académicos</a></li>
<li class="<?php echo (is_page('investigacion')) ? "actual" : "" ?>"><a href="/investigacion">Investigación</a></li>
<li class="<?php echo (is_page('asistencia')) ? "actual" : "" ?>"><a href="/asistencia">Asistencia Técnica</a></li>
<li class="<?php echo (is_page('cursos')) ? "actual" : "" ?>"><a href="/cursos">Cursos y Seminarios</a></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment