John Bloomfield - Web Designer/Developer
On a lot of our websites at work in Drupal 6 we were using Sections (
http://drupal.org/project/sections) to display different themes. Sections isn't available for Drupal 7 yet but I think I came across a better way today.
Read More »
If you are trying to create an
![]()
tag within a page template in Drupal 7, then you now need to use the following, instead of the old imagecache_create_url() function that we used to use, as ImageCache is now part of Drupal core and now called Image Styles.
Read More »