Welcome To Snipplr
Everyone's Recent HTML Snippets Tagged drupal
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
« Prev 1 Next »
Safe Key-value pairs for time zones for use with Drupal Webform module.
0
840
posted 12 years ago by usrbingeek
Say you wanted the following 4 tabs: bodoni, helvetica, frutiger, univers, each outputting a separate block view of 3 teasers each. This is what your markup would look like:
1
659
posted 16 years ago by zachharkey
Drupal snippet: outputs all theming variables of a content type or page. Add to template.php the following function:
function _phptemplate_variables($hook, $vars) {
return array('vars_data' => $vars);
}
then add the snippet to the relativ...
5
896
posted 17 years ago by marcoba
« Prev 1 Next »