Skip to content

Commit

Permalink
page title fix
Browse files Browse the repository at this point in the history
  • Loading branch information
panique committed Dec 23, 2014
1 parent 36126d3 commit b351032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/view/_templates/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>PHP MVC skeleton</title>
<title>MINI</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

Expand All @@ -25,4 +25,4 @@
<a href="<?php echo URL; ?>home/exampleone">subpage</a>
<a href="<?php echo URL; ?>home/exampletwo">subpage 2</a>
<a href="<?php echo URL; ?>songs">songs</a>
</div>
</div>

0 comments on commit b351032

Please sign in to comment.