dreamjob/lib/Cake/Test/test_app/View/Emails/html/image.ctp

9 lines
136 B
Plaintext
Raw Normal View History

2015-03-31 14:49:03 +02:00
<?php
echo $this->Html->image('image.gif', array(
'alt' => 'cool image',
'width' => 100,
'height' => 100,
'fullBase' => true,
));