Redesign PHP Website

Irishkid

New Member
Hello,



I have a video upload website (http://www.ahistoryofireland.com/). I would like to change the design of it, but I am a bit lost. I thought it was like html but when I open up the php files in Dreamweaver I can only see the not the design. how do I go about redesigning the site? Am I looking at teh wrong files?



Thanks
 

josevel

New Member
Hi,

I'm not sure how your site organized, but probably you won't be able to view a plain HTML version of your site... PHP can be embed into HTML, plus different PHP scripts can be included into each other using include(). Unfortunately you won't be able to do that through the Design View in Dreamweaver, you'd rather use the Code View

Regards,
josevel
 

abhilashdas

New Member
That site must be using some sort of template engines like smarty. In such case look for a folder namely template and try to edit the templates in it.
 
Top