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.
I am working on themeing my primary links and am a bit confused. I've sent the links through the menu_links.tpl.php file and they are showing up on the page as expected but I'm looking at the classes that have been assigned to them:
I want a specific "node.tpl.php" file to be used for a specific node. This particular node has to do all sorts of stuff, for which I need to write some significant PHP.
I've been doing some research, and I found that I can name a file "page-node-9.tpl.php," however, this overrides "page.tpl.php" which is not what I want. This overrides the entire page structure, where I just want to override the interior content section that's normally populated by "node.tpl.php".
I tried naming a file "node-node-9.tpl.php" but that didn't work.
I am trying to add a table to a new page, for some reason the table stretches across the entire content area. Initially, there was some CSS involved in my code, but then later I decided to just create a test page with the following content. The input format was set to FULL HTML.
Could you someone help me to resolve this. I've Drupal 5.0 on my server and configured Burnt theme and later i'm trying to change this theme back to different one, but it is letting to change the themes. When i click on themes link, i get this error.
Fatal error: Call to undefined function: form_render() in /home/paradesi/public_html/themes/burnt/template.php on line 50