Created
August 12, 2015 12:15
-
-
Save diogomachado/7cbf4728d8a98173fb83 to your computer and use it in GitHub Desktop.
Arquivo backup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php defined("SYSPATH") or die("No direct access allowed."); ?> | |
<?php require_once Kohana::find_file('views/includes', 'cabecalho-v2010'); ?> | |
<h1><?php echo $conteudo->get('titulo'); ?></h1> | |
<div id="curso"> | |
<div id="principal"><?php echo $conteudo->get('conteudo'); ?></div> | |
<div id="barraLateral"><?php echo $conteudo->get('barraLateral'); ?></div> | |
<div class="clear"></div> | |
<div><?php require_once Kohana::find_file('views/includes', 'formulario-contato-coordenador'); ?></div> | |
</div> | |
<?php require_once Kohana::find_file('views/template', 'rodape'); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment