Skip to content

Instantly share code, notes, and snippets.

@dankirkd
Created April 15, 2011 04:00
Show Gist options
  • Save dankirkd/921118 to your computer and use it in GitHub Desktop.
Save dankirkd/921118 to your computer and use it in GitHub Desktop.
Suggestions for fixing page header issue
es.php:
$fakesection = array( array( 'header',
array ( $calls[0][1][0], // Reuse original header name so Dokuwiki
0, // can still use it for page headers.
1),
1),
all.css:
/* Hiding the header will stop Dokuwiki from displaying special content */
body div.dokuwiki h0 {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment