Skip to content
Snippets Groups Projects
Commit 10bd69fc authored by Andreas Gohr's avatar Andreas Gohr
Browse files

add title attribute on page title FS#1330

darcs-hash:20080215090454-7ad00-08e589042a671699f6efc7f23faa6cf3e05f1f2c.gz
parent 02cc9297
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ if (!defined('DOKU_INC')) die();
<div class="header">
<div class="pagename">
[[<?php tpl_link(wl($ID,'do=backlink'),tpl_pagetitle($ID,true))?>]]
[[<?php tpl_link(wl($ID,'do=backlink'),tpl_pagetitle($ID,true),'title="'.$lang['btn_backlink'].'"')?>]]
</div>
<div class="logo">
<?php tpl_link(wl(),$conf['title'],'name="dokuwiki__top" id="dokuwiki__top" accesskey="h" title="[ALT+H]"')?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment