hello

this should only be an example:

  
<?php
$signwriter = signwriter_load_profile('profilename');
$signwriter->text = $block->subject;
$url = signwriter_url($signwriter);
print '<img src="'. signwriter_url($signwriter) .'" alt="'. $block->subject .'" />'; 
?>

i'm not a programmer, but it works ... maybe, one more example makes the stuff easier for some people ...

greetings momper

Comments

wrunt’s picture

Status: Active » Fixed

Thanks momper, I've added this as example 3.

Anonymous’s picture

Status: Fixed » Closed (fixed)
Macronomicus’s picture

doesn't work in D6 for some reason