View Single Post
Re: Stab at Smarty Template Class (PHP)
Old
  (#2)
jeefo
путинхуйлоебаное
 
jeefo's Avatar
 
Status: Offline
Posts: 453
Join Date: Nov 2005
Location: Saint-Petersburg
Default Re: Stab at Smarty Template Class (PHP) - 06-06-2006

You're probably forget add
PHP Code:
<link href="style.css" rel="stylesheet" type="text/css"
To the head tag of main page or it's point to wrong filename, or file that not lie in this directory.

[edit]
Not dl this stuff, since i can't now , but style.css is in templates directory, so you probably must change
"style.css", to "templates/style.css"
[/edit]
  
Reply With Quote