|
|
@@ -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">
|