I can't seem to get it working for anything but div
apply the patch from http://drupal.org/node/219139
then you just need to do something like:
$js ="$(document).ready(function() { $('h2').corner(); });"; drupal_add_js($js, 'inline');
Where would we put that code in the page.tpl ?
better to put that in template.php probably
Comments
Comment #1
aaron commentedapply the patch from http://drupal.org/node/219139
then you just need to do something like:
Comment #2
darumaki commentedWhere would we put that code in the page.tpl ?
Comment #3
aaron commentedbetter to put that in template.php probably
Comment #4
JStarcher commented