2.2
PrintShop Web Skinning Guide | 43
generateSkinLogo
The generateSkinLogo retrieves the path to the header image specified in the Edit Web Design page. If
no image is specified the path of the header image from the system default skin will be returned. Below
an example on how this function can be used in your Style.php file:
#header {
height: 90px;
background-image: url(<? generateSkinLogo(); ?>);
background-position: center left;
background-repeat: no-repeat;
background-color: <? generateSkinHeaderColor();?>;
width: 100%;
}










