link css-file and headline correctly
This commit is contained in:
parent
98fd25ef53
commit
5badc9f0cd
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue