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.
Is there a $variable that contains the current theme name that would be available to page.tpl.php?
The reason I ask is because I want to have custom page layout css files within a single theme, and the easiest way I can think of doing that is by making css files and putting them inside a folder named after the current theme, so that when the user changes the theme, it will load in the custom css layouts for that specific page within the current theme.
I'm using the Event module and I'm trying to disable some calendar views - when I click the calendar, I get a row of links with 'month', 'week', 'day' and 'list' (since I'm using 'table' view as default).
Is there a way to disable all calendar views except table?
I just updated to drupal 4.7.0 and I don't know where to ser the primary and secondary links anymore, I just can't find the field in themes or options.