PDA

View Full Version : Includes of php on templates?


aishou
10-31-2004, 03:51 PM
Hi
i think i did all the necessary changes to have the template in php (extension and index.php minor code), but still no php code will work from the templates.

and making the css external also didn't work. why's that?

note: i don't code php. i can just make a way throught understanding where to change some stuff i need.

sorry if i'm making stupid questions around here.

aishou
10-31-2004, 04:45 PM
oh i think i found out the php part. sorry to bother.

pixelpunk
11-01-2004, 07:29 AM
When making the CSS external (and when including images in your template-design) keep in mind the path to the template folder. Because the code will be executed from pixelpost root while the template is in /templates/templatename/example.css for example.

// punK

Anonymous
11-01-2004, 12:37 PM
oh, right! thanks. sorry hehe. i thought about that for something else and didn't even associate it to the css.