From ac52ece6babf5fe0f2a4c6e2e5424adefea289b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Wed, 19 Apr 2017 18:12:02 +0200 Subject: Add Cavendish theme --- skins/Cavendish/resources/README | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 skins/Cavendish/resources/README (limited to 'skins/Cavendish/resources/README') diff --git a/skins/Cavendish/resources/README b/skins/Cavendish/resources/README new file mode 100644 index 0000000..6067c52 --- /dev/null +++ b/skins/Cavendish/resources/README @@ -0,0 +1,28 @@ +There are different options that can be set in cavendish/config.php + +$cavendishLogoURL +Link to the Logo that should be displayed in the header + +$cavendishLogoWidth +width of the logo as a number in px + +$cavendishLogoHeight +height of the logo as a number in px + +$cavendishLogoMargin +offset on top of the logo + +$cavendishSiteWith +fixed width of the content area, if not set it's dynamic (default is false, that means dynamic) + +$cavendishExtensionCSS +set this to false if you do not want to use Cavendish CSS for Extensions (default is true) + +$cavendishQRCode +adding QR-Code to printpage (default is true) + +$cavendishQRurladd +used to track campaign for entry through QR Code, default is for Piwik (default="?pk_campaign=qr-code") + +$cavendishcolor +select color of the theme: blue, brown or green (default is blue) -- cgit v1.2.1