PHP Classes

File: View/Elements/prijavljen.ctp

Recommend this page to a friend!
  Classes of Andraž   pingvincek   View/Elements/prijavljen.ctp   Download  
File: View/Elements/prijavljen.ctp
Role: Example script
Content type: text/plain
Description: Example script
Class: pingvincek
Manage a site for organizing dates between people
Author: By
Last change:
Date: 6 years ago
Size: 550 bytes
 

Contents

Class file image Download
<div class="obroba clearfix">
    <h3>Osebni meni</h3>
    <ul id="menuL">
        <li><?php echo $this->Html->link('Ogled profila', '/users/view'); ?></li>
        <li><?php echo $this->Html->link('Moje slike', array('controller' => 'pictures', 'action' => 'index')); ?></li>
        <li><?php echo $this->Html->link('Urejanje profila', '/users/edit'); ?></li>
        <li><?php echo $this->Html->link('Nastavitve', '/users/settings'); ?></li>
        <li><?php echo $this->Html->link('Odjava', '/users/logout'); ?></li>
    </ul>
    <p></p>
</div>