Fixing documentation
This commit is contained in:
@@ -17,11 +17,11 @@ Comes with two layouts; one with a vertical navigation, one with horizontal navi
|
|||||||
|
|
||||||
3. By default the theme is set to have a vertical sidebar with navigation. To change to something that looks more like the default Pico theme (with horizontal header), rename *index.php* file to *index-v-nav.php* and rename *index-h-nav.php* to *index.php*.
|
3. By default the theme is set to have a vertical sidebar with navigation. To change to something that looks more like the default Pico theme (with horizontal header), rename *index.php* file to *index-v-nav.php* and rename *index-h-nav.php* to *index.php*.
|
||||||
|
|
||||||
<cod>
|
<pre>
|
||||||
cd /path/to/Pico/themes
|
cd /path/to/Pico/themes
|
||||||
mv index.php index-v-nav.php
|
mv index.php index-v-nav.php
|
||||||
mv index-h-nav.php index.php
|
mv index-h-nav.php index.php
|
||||||
</code>
|
</pre>
|
||||||
|
|
||||||
4. At this point you can remove the alt theme layout if you don't find in necessary. There's also a layout specific css file in *skull/css* direcotry.
|
4. At this point you can remove the alt theme layout if you don't find in necessary. There's also a layout specific css file in *skull/css* direcotry.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user