summaryrefslogtreecommitdiffstats
path: root/skins/Cavendish/resources/config.php
blob: 7136f62d1c37f55067e61d143722bbdc27db2eef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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";
?>