Jump to content
Fórum Script Brasil
  • 0

Parse error: syntax error, unexpected $end in line 25


makinrlz

Question

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>

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

<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"':'')?>

ou

em 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 by jissa
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...