link css-file and headline correctly

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

View file

@ -5,12 +5,12 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>The Legend of Z</title> <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> </head>
<body> <body>
<header> <header>
<h1>The Legend of Z</h1> <h1><a href="<?=$linker->link(array(), 0, true, array(), true)?>">The Legend of Z</a></h1>
<nav> <nav>
<?=$menu?> <?=$menu?>
</nav> </nav>