Closed (fixed)
Project:
Signwriter
Version:
5.x-1.1
Component:
Documentation
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2007 at 18:06 UTC
Updated:
16 Aug 2008 at 22:35 UTC
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
Comment #1
wrunt commentedThanks momper, I've added this as example 3.
Comment #2
(not verified) commentedComment #3
Macronomicus commenteddoesn't work in D6 for some reason