View Single Post
  #1  
Old 11-08-2011, 12:35 PM
 
websitesthatwork websitesthatwork is offline
 

Member
  
Join Date: Oct 2011
Posts: 11
 

Default Shadowbox Options On Static Pages

I've got shadowbox installed on my static pages. An example here...
http://shell22.tdl.com/~cochise/Events.html


Uploaded shadowbox 3 folder to the root directory and then added this code to skin/common_files/customer/service_head.tpl

<link rel="stylesheet" type="text/css" href="./shadowbox/shadowbox.css">
<script type="text/javascript" src="./shadowbox/shadowbox.js"></script>
<script type="text/javascript">
Shadowbox.init();
</script>

But try as I might, I have not been able to add/edit options in any way, shape or manner. Anybody know the solution? Thanks in advance.
__________________
Xcart Version 4.44
Site under development: http://shell22.tdl.com/~cochise/home.php
Reply With Quote