Created
April 15, 2011 04:00
-
-
Save dankirkd/921118 to your computer and use it in GitHub Desktop.
Suggestions for fixing page header issue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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