makinrlz Posted May 14, 2012 Report Share Posted May 14, 2012 Não consigo descobrir onde esta errado.alguém poderia me ajudar?Aponsta para a ultima linha mas se retiro a linha 16 passa --- <?php if ($nivel!=3){?><?php $nivel = $this->multi_session->userdata('login_n','nivel'); ?> <div id="bg"> <div id="top"> <div id="top-l"> <?php echo anchor('home', image_asset('logo.png','','alt="Sys2" title="Sys2"'));?> </div> <div id="top-r"> <?php $pag = $this->router->class;?> <ul id="top-bts"> <li id="top-clientes" <?=($pag=="clientes"?'class="press"':'')?>><?php echo anchor('clientes','Clientes');?></li> <?php if ($nivel==1){?> <li id="top-avaliacoes" <?=($pag=="avaliacoes"?'class="press"':'')?>><?php echo anchor('avaliacoes','Avaliações');?></li> <?php }?> <?php if ($nivel!=3){?> <li id="top-agendamentos" <?=($pag=="agendamentos"?'class="press"':'')?>><?php echo anchor('agendamentos','Agendamentos');?></li> <? }?> <li id="top-relatorios" <?=($pag=="relatorios_f"?'class="press"':'')?>><?php echo anchor('relatorios_f','Relatórios');?></li> <li id="top-logout" <?=($pag=="logout"?'class="press"':'')?>><?php echo anchor('login/logout','Logout');?></li> </ul> </div> </div> {content_for_layout} </div> Quote Link to comment Share on other sites More sharing options...
0 jissa Posted May 14, 2012 Report Share Posted May 14, 2012 (edited) <li id="top-relatorios" <?=($pag=="relatorios_f"?'class="press"':'')?>><?php echo anchor('relatorios_f','Relatórios');?></li> <li id="top-logout" <?=($pag=="logout"?'class="press"':'')?>><?php echo anchor('login/logout','Logout');?></li>não falta nada ai??olhe só a parte<?=($pag=="agendamentos"?'class="press"':'')?>e<?=($pag=="logout"?'class="press"':'')?>ouem se seu arquivo for .php ele esta tentanto interpretar como inicio e fim, mas do que? : {content_for_layout}agora se usar .html pode estar certo se usar uma inclusão do layout Edited May 14, 2012 by jissa Quote Link to comment Share on other sites More sharing options...
0 makinrlz Posted May 14, 2012 Author Report Share Posted May 14, 2012 Sim, tem o cabeçalho e as meta tags acima somente, não coloquei porque não iria interferir e teria que editar tudo escrito. Quote Link to comment Share on other sites More sharing options...
0 portelli Posted May 14, 2012 Report Share Posted May 14, 2012 tenta trocar <? }?> por <?php }?> não sei se é isso mais muitas veses acontecia isso comigo '-' <_< Quote Link to comment Share on other sites More sharing options...
0 jissa Posted May 15, 2012 Report Share Posted May 15, 2012 acho que o unico jeito para achar é colocar comentarios // na frente de tudo que é php e ir removendo para ter certeza de onde é o erro Quote Link to comment Share on other sites More sharing options...
Question
makinrlz
Não consigo descobrir onde esta errado.
alguém poderia me ajudar?
Aponsta para a ultima linha mas se retiro a linha 16 passa --- <?php if ($nivel!=3){?>
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.