Is there an index of the available hooks/variables available that I can use to theme with using the PHPTemplate engine?

Something like this would be helpful;
- : description
$head - string:meta tag items that go between tags..
$logo - string:path to graphic file configured in admin > settings
$breadcrumb - array:provides site link bread crumbs in yadda yadda.. ( I think you get the idea )

Know I know the var names are fairly obvious as to what they do, but knowing what's available without having to dig through other peoples themes would be keen!

Would they be listed in the API docs somewhere?

Thanks!

Comments

Coldburn’s picture

thank you! that's exactally what I was looking for!

logictude’s picture

There's also: http://api.drupal.org/api/4.7/group/hooks (hooks for 4.7) and http://drupal.org/node/46006 (available variables).