Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

build many layouts with 1 database not dynamic

Quote Reply
build many layouts with 1 database not dynamic
Hello all,

How to build let's say 3 different layouts with 1 database without doing that dynamic ?

Regards,

Startpoint.

Quote Reply
Re: build many layouts with 1 database not dynamic In reply to
You will to have multiple copies of HTML_Templates.pm and nph-build.cgi file.

In your copies of the nph-build.cgi file, you will need to change the following codes:

Code:

use Links::HTML_Templates;


to something like the following:

Code:

use Links::HTML_Templates2;


In the copies of the HTML_Templates.pm file, you will need to "load" copies of your template files.

Hope this helps.

Regards,

Eliot Lee