On Dec 11, 8:10 am, Hunk <
ing.ed...@gmail.com> wrote:
> yes, can be used the function gen_image for add attributes to the tag
> image
>
> something like:
>
> <?php
> $my_attr = array("id" => "one id","class" => "class1 class2 class3",
> "alt" => "one alt", "rel" => "my rel");
> echo get_image('field_name',1,1,NULL,$my_attr);
>
> ?>
>