To return to the Wiki Tech Notes index, [[wikitech|click here.]] **Page titles:** This DokuWiki handles page titles, both in the browser title bar and in the page content, as follows: 1) Added the plugin "pagetitle". 2) Required setting: In "conf/dokuwiki.php": $conf['useheading'] = 'navigation'; 3) Required CSS code: In "conf/userstyle.css": .dokuwiki h1.pagetitle { color : #ffd722 ; font-size : 22pt ; margin-bottom : 24pt ; text-align : center ; } 4) Add a line similar to the following at the top of each normal content page: Put a short title here Note: Titles should be kept reasonably short as they take up space in the breadcrumbs list as well as in the title bar. To return to the Wiki Tech Notes index, [[wikitech|click here.]]