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