Intranet Software, Extranet Software, Corporate Intranets & Extranets
Translations of this page:

Bookshelf Theme

Bookshelf comes with several default themes when viewing a book.

Example viewing a book in standard theme

Theme can be set from properties of the book.

Creating a theme

The best way to create a new theme is by downloading existing theme, make changes to it and upload it.

Theme location on the file system.

/intranet/bookshelf/themes/

1. Download one of the existing themes (default, minimalist, classic or standard) 2. Make changes in main.css and background image 3. Rename the folder accordingly 4. Upload on the same location as the rest of the theme 5. Add new theme array in config.php

$cfg_bookshelf_themes = array(
	"classic",
	"default",
	"minimalist",
	"standard",
	"mynewtheme"
);
This feature only available starting from Claromentis 6.0
 
help/bookshelf/theme.txt · Last modified: 07/06/2011 04:49 by admin
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki