link css-file and headline correctly

This commit is contained in:
coderkun 2014-01-19 13:38:59 +01:00
commit df074f5a01

View file

@ -5,12 +5,12 @@
<meta charset="utf-8" />
<title>The Legend of Z</title>
<link rel="stylesheet" type="text/css" href="/css/desktop" media="all" />
<link rel="stylesheet" type="text/css" href="<?=$linker->link(array('css','desktop'))?>" media="all" />
</head>
<body>
<header>
<h1>The Legend of Z</h1>
<h1><a href="<?=$linker->link(array(), 0, true, array(), true)?>">The Legend of Z</a></h1>
<nav>
<?=$menu?>
</nav>