OSDN Git Service

restart
[umumu/umumu.git] / lib / Cake / Test / test_app / View / Emails / html / image.ctp
diff --git a/lib/Cake/Test/test_app/View/Emails/html/image.ctp b/lib/Cake/Test/test_app/View/Emails/html/image.ctp
new file mode 100644 (file)
index 0000000..44a40c9
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+
+echo $this->Html->image('image.gif', array(
+       'alt' => 'cool image',
+       'width' => 100,
+       'height' => 100,
+       'fullBase' => true,
+       ));