Browse Source

Adding semantic h1 tag to surround the logo. This could be better for text or braille navigators and crawlers as well.

remotes/origin/stable
CharlyCoste 16 years ago
parent
commit
ab0b552c80
  1. 2
      inc/templates/header.php

2
inc/templates/header.php

@ -6,7 +6,7 @@
<link rel="stylesheet" type="text/css" href="/css/default.css" />
</head>
<body>
<a id="owncloud-logo" href="/"><span>OwnCloud</span></a>
<h1><a id="owncloud-logo" href="/"><span>OwnCloud</span></a></h1>
<?php
if(!isset($_SESSION['username']) or $_SESSION['username']=='') {

Loading…
Cancel
Save