please help should be easy please help should be easy
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

please help should be easy

Started by scrimps, May 10, 2005, 02:32:10 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

scrimps


hi guys I have a Html Site I am working on and I want to fit coppermine in the front page of my html template how do i go about this.


Thanks
Mike

Joachim Müller

you can't insert Coppermine into a static HTML site. In fact, you can't include it at all (using PHP's include/require command). The only option to do this with HTML only is using an IFRAME/FRAME (which is not recommended, as it has many drawbacks). You will have to create a theme for your coppermine install that mimmicks the look of your site.
Post an URL for further details.