summaryrefslogtreecommitdiffstats
path: root/skins/Cavendish/resources/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'skins/Cavendish/resources/config.php')
-rw-r--r--skins/Cavendish/resources/config.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/skins/Cavendish/resources/config.php b/skins/Cavendish/resources/config.php
new file mode 100644
index 0000000..7136f62
--- /dev/null
+++ b/skins/Cavendish/resources/config.php
@@ -0,0 +1,14 @@
+<?php
+ $cavendishColor = 'blue';
+ $cavendishLogoURL = false;
+ $cavendishLogoWidth = '322';
+ $cavendishLogoHeight = '53';
+ $cavendishLogoMargin = '10';
+ $cavendishSiteWith = false;
+ $cavendishExtensionCSS = true;
+ $cavendishSidebarSearchbox =false;
+ $cavendishQRCode = true;
+ /* if showed on page or only on print (all, print)*/
+ $cavendishQRCodeMode = 'all';
+ $cavendishQRurladd = "?pk_campaign=qr-code";
+?> \ No newline at end of file