I've been looking around, and searching, but can't find a specific file that needs to be edited to put an 'Incude whatever.html' statement into the source code so that I can easily update an html file rather than updating source code all the time.

I want it to show up at the top-right of the pushbutton theme. The side blocks work great for left, and right, but there is no top-right option next to the logo.

It would seem it would go into the .css for the theme, but I wasn't sure if I could put that in there.

Thanks in advance for the help

Comments

sepeck’s picture

Pushbutton in core is xTemplate based. You will find some infomraiton in the handbook here: http://drupal.org/node/6493

-sp
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

ptalk’s picture

I looked over the documentation for specifics on includes, but didn't see it.

I'm using a standard line:

<!--#include file="file.html" -->

Right now I have it in three different sections to see if any of them show up, and none of them are.

The file.html shows up fine when I type the URL to it directly.

I've also updated the .htaccess at the root of publichtml to include:

AddType text/html .shtml .shtm .htm .html
AddHandler server-parsed .shtml .shtm .htm .html