Yeah, I mean page template. So I can do different things in say, header.php, depending on what template is being used.
I’ve actually found a way of doing this aftyer digging through functions.php for a bit. get_page_template() returns the name of the template but with the entire absolute address of the server as well. So it’s a bit long winded, but is doing the job! ??
There really should be a nice clean function to find what page template you are using though. As I suggest earlier:
is_template(‘name’) would be good.