By exotec on
hi there,
I have a page with a fixed height (unfortunately flexible height is no option), but sometimes I need the height to be different from the main templates and controlled by css. Wordpress for example has the possibility to change the template for each page I want to create. This means I can create a template with the special needs and assign it to the page over the admin-interface. Is this possible in Drupal too?
Comments
yes of course!
http://drupal.org/node/223440
first thanks for the link!
first thanks for the link! it's definitely useful :)
But anyway it's the case that I want to make a specific template which I can turn on dynamically in the backend when I create a page (like page-big-height.tpl.php or page-medium-height.tpl.php - binding the content to a particular fixed height of the layout - I mentioned above).
As far as I can see I only can make predefined templates, which displays existing pages in the way it's defined (like page-about.tpl.php).
maybe taxonomy_theme
http://drupal.org/project/taxonomy_theme
that sounds a bit more I
that sounds a bit more I wanna have it, thanks!