I have created a html/css based website and now want to convert it to a drupal 7 theme.
http://i3.photobucket.com/albums/y60/smokinmonkey/screenshot.jpg
I have tried and failed, but I think I am nearly there. I have never used drupal or php before so I am not sure what I am missing here. html / css / asp.net / vb.net / java are more along my lines.
Here is the layout of my theme folder:
http://i3.photobucket.com/albums/y60/smokinmonkey/layout.jpg
I don't think template.php is needed for drupal 7 but I was afraid to delete it just incase.
I took the .info file from the Zen starterkit.
Here is my page.tpl.php code:
print $language->language " xml:lang=" print $language->language
" dir=" print $language->dir
">
print $head_title;
print $head;
print $styles;
print $base_path . $directory .'/ie/ie_7.css'; " rel="stylesheet" type="text/css" />
print $base_path . $directory .'ie/ie_6.css'; " rel="stylesheet" type="text/css" />
print $scripts