Browse Source

Index's front

isundil 10 years ago
parent
commit
675eee761b
3 changed files with 5 additions and 10 deletions
  1. 1 0
      pub/css/app.css
  2. 1 0
      src/views/footer.inc.php
  3. 3 10
      src/views/header.inc.php

+ 1 - 0
pub/css/app.css

@@ -0,0 +1 @@
+#page { margin-top: 51px; }

+ 1 - 0
src/views/footer.inc.php

@@ -1,3 +1,4 @@
+	</div>
     <script src="pub/js/jquery-1.11.3.min.js"></script>
     <script src="pub/js/bootstrap.min.js"></script>
   </body>

+ 3 - 10
src/views/header.inc.php

@@ -7,8 +7,9 @@
     <meta name="description" content="">
     <meta name="author" content="">
 	<title><?php echo $GLOBALS['page']->getTitle(); ?></title>
-    <link rel="icon" href="../../favicon.ico">
+    <link rel="icon" href="pub/favicon.ico">
     <link href="pub/css/bootstrap.min.css" rel="stylesheet">
+    <link href="pub/css/app.css" rel="stylesheet">
   </head>
 
   <body>
@@ -32,12 +33,4 @@
         </div><!--/.nav-collapse -->
       </div>
     </nav>
-
-    <div class="container">
-      <div class="starter-template">
-        <h1>Bootstrap starter template</h1>
-        <p class="lead">Use this document as a way to quickly start any new project.<br> All you get is this text and a mostly barebones HTML document.</p>
-      </div>
-    </div>
-
-
+    <div class="container" id="page">