Project:CurvyCorners
Version:5.x-1.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (won't fix)

Issue Summary

I can't seem to get it working for anything but div

Comments

#1

apply the patch from http://drupal.org/node/219139

then you just need to do something like:

<?php
$js
="$(document).ready(function() {
    $('h2').corner();
});"
;
drupal_add_js($js, 'inline');
?>

#2

Where would we put that code in the page.tpl ?

#3

better to put that in template.php probably

#4

Status:active» closed (won't fix)
nobody click here