/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/application/views/bannermenu.php

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-24 14:31:28 UTC
  • mfrom: (90.1.8 lenasys2)
  • Revision ID: gustav.hartvigsson@gmail.com-20130524143128-66hnjkl0cy1rgkgr
Merged Jonsson:s changes so you can display the login box.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
                        
13
13
                        //If user is logged in
14
14
                        if($userName != '') {
15
 
                                $url += 'controller/metod';
 
15
                                $url += 'cms';
16
16
                        }
17
17
                        
18
18
                        echo '<a href="'.$url.'" title="Home"><div id="bannerLogoButton"></div></a>';