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've made a custom theme and I'm trying to get the primary links running. For some reason only the last link in the list is showing up. I've read all the postings and have tried the solutions but to no avail. Any suggestions would be greatly appreciated
As many Drupal developers will know, Drupal 4.7 will include support for multiple regions into which blocks and other content can be rendered.
Multiple regions opens up a lot of space for creativity--but we'll need to get going if we're going to take advantage of the possibilities. So far (judging by what's in contrib), we haven't begun to scratch the surface. Everyone who maintains or contributes to a theme should look at what they can be doing with regions.
I noticed a lot of of themes have problems with displaying the long output that is logs.
Is there a way i can limit the page width of logs without hacking drupal.css ? Something
phptemplate specific...
Site A has a modified phptemplate engine that resides in the sites/siteA.com/themes/engines/phptemplate directory. the site works fine.
Site B, however, is giving me problems. It is set up just like site A, with a modified phptemplate engine that resides in sites/siteB.com/themes/engines/phptemplate. But I get an error everytime I go to admin/themes: "Fatal error: Cannot redeclare phptemplate_init() (previously declared in blah blah blah)...".