please help should be easy please help should be easy
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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.