| 1234567891011121314151617181920212223 |
- <?php global $static?>
- <header>
- <img src='<?=$static["layout"]?>/logo/logo.png'/>
- <a href='<?=$base_url?>/'>
- <?=$page->string["section_home"]?>
- </a>
- <a href='<?=$base_url?>/fiestas/'>
- <?=$page->string["section_festivals"]?>
- </a>
- <a href='<?=$base_url?>/actividades/'>
- <?=$page->string["section_activities"]?>
- </a>
- <a href='<?=$base_url?>/blog/'>
- <?=$page->string["section_blog"]?>
- </a>
- <a href='<?=$base_url?>/nosotros/'>
- <?=$page->string["section_us"]?>
- </a>
- <a href='<?=$base_url?>/galeria/'>
- <?=$page->string["section_gallery"]?>
- </a>
- </header>
|