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.
After uploading phptemplate to the themes/engines directory I get the following error:
Fatal error: Call to undefined function: system_listing() in /home/.ingham/adrianamonica/adrianamonica.us/drupal/themes/engines/phptemplate/phptemplate.engine on line 14
I have also uploaded some phptemplate themes to my themes directory and they do not show up.
(I can only see the themes administer area before uploading phptemplate)
Brand-new user, PHP newbie. I'm using an installation of Drupal shared with a number of others & must make any design changes via my own specialized theme within my own site folder.
It's relatively simple to draw a nice box around node content using a Drupal theme engine, i.e. creating a custom node.tpl.php file if using PHPTemplate. But how do I draw such a box around non-node content, such as the registration form? There doesn't seem to be a default template for non-node content that I can create and modify.
I am trying to customize my spread firefox theme. I usually have good luck looking at code and learning it . But I have tried everything and I can not seem to fix my navigation block bug. I want the all the boxs to all be the same size. The top part is one size and the middle is another. I want both to be the same size. My site is http://technstuff.com/ if you want to see the problem. I love drupal but the themes are sometimes a pain for someone just starting to learn how to code websites.
Hi, I'm reworking the marvin theme to suit my needs, but I can't figure out how to center the logo with CSS. I've managed to move the logo by changing the padding settings, but really i'd like to align it properly. Any ideas?