/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/admin/header.php

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-02 08:46:00 UTC
  • mfrom: (50.1.2 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130502084600-vygqk8e0cv3mz40u
Merged the changes to the categories.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
        <title><?php echo $title ?></title>
5
5
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
6
        <meta charset="utf-8">
6
7
        <link href="<?php echo base_url();?>css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
7
8
        <link href="<?php echo base_url();?>css/bootstrap-responsive.min.css" rel="stylesheet" type="text/css"/>
8
9
        <link href="<?php echo base_url();?>css/adminstyle.css" rel="stylesheet" type="text/css"/>