Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
First, let me say that I am a novice user of Drupal, but have some basic PHP skills, etc.
I am developing a tableless CSS-based layout built using xtemplate. I've been having a problem that a div I'm using to position the main content area (inside the
section tag) dissapears whenever I log in, so the administration content isn't styled or placed correctly.
Looking at xtemplate.engine, I found this on lines 192-194:
I am pretty happy with the flexibility of PHPTemplate. However, I would like to have two seperate style sheets. One would load for the majority of the site and be fixed width and in the center. Whenever you enter the admin section you would get a more flexible full window width style sheet. Does anyone have any suggestions on how to accomplish this in PHPTemplate?