/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/layout_view.php

  • Committer: a11andoh
  • Date: 2013-05-27 11:33:42 UTC
  • mto: This revision was merged to the branch mainline in revision 106.
  • Revision ID: a11andoh@student.his.se-20130527113342-7khmet7g82vm5yt2
Cleaned and perfected the template layout view.
edited the body.css to make sure that the content end up at the correct position

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
                */
42
42
                $i-=1;
43
43
                if($i % 10 != 0){
44
 
                for($m = 5 - $i % 5; $m >= 1; $m--){
45
 
                        echo "<div class=\"box2\" style=\"background-image:url('".
46
 
                        base_url()."img/template_layout_img/0.png' ) \"></div>";
47
 
 
48
 
                }
 
44
                        for($m = 5 - $i % 5; $m >= 1; $m--){
 
45
                                echo "<div class=\"box2\" style=\"background-image:url('".
 
46
                                base_url()."img/template_layout_img/0.png' ) \"></div>";
 
47
                        }
49
48
                }
50
49
                                
51
50
        ?>