Jump to content

cloning a site


talper

Recommended Posts

hello,

i have a small site:

www.mysave.co.il (im not sure how you gonna see it as its in hebrew, but i think you can understand the design.)

 

i need to make it clonable, as easy as i can and i made a config file, where all the configuration like the site name, and other things are.

i would like to get more ideas about what should be in the config file  design wise. (the css file is a dynamic php file).

i though before of making 3 different css files with 3 different designs but i want to keep it simple for now with only 1 css.

im looking for minor changings like changing the background (although the logo filling is white so it will have to be a predetermind colors, changing the font and colors, and maybe making it possible to move the right menu to the left.

just by the configuration file give it a few changes by demend.

any ideas?

 

thanks.

Link to comment
Share on other sites

if you want to make site name change only in one file and display it on all others then use constants.

example:

define("SITENAME", "My Save");

//and then just use this in title
echo "<title>".SITENAME."</title>";

 

i'm not sure about other things. altho, i think you still need more than one css file...

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.