Community & Support

FTP Server Access to Individual PHP Script Files?

Hey guys, I have a quick question as I'm a new user to Drupal.

I have administrator privileges to the site I am helping a friend with and wanted to know where are the original HTML files are so I can edit the homepage or other links for that matter in Dreamweaver? I want to add a few things to the main page's and am not sure what other way to do other than Dreamweaver.

Thanks!

Comments

There really is not html in

There really is not html in the way you are thinking about. The site will be using a particular theme and it will have a set of tpl.php files. For example the overall look of a page is controlled by page.tpl.php. For more information look under the documentation and look for the theming section. Follow the Drupal 6 or Drupal 5 link as appropriate.

Thanks, I'll look into that!

Thanks, I'll look into that!