[theme] - [component] - [floating square headers]

Aug 06, 2005 07:44

in response to xnitzax's component_help post.
# Make side components have square corners
function print_comp_header(string content) {
var string style = ($*comp_state == "right") ? " style='margin-right:3px;'" : "";
"""



















$content






""";
}

function print_comp_header, layout component

Previous post Next post
Up