cmc-sales/views/emails/frame.ctp
2010-03-23 13:27:53 +11:00

11 lines
305 B
PHP
Executable file

<div id="emailframe">
<iframe src ="<?php echo $html->url("show/$id"); ?>" width="100%" height="500px">
<p>This function only works with a Modern Browser that uses Iframes. Sorry.</p>
</iframe>
</div>
<div id="emailattachments">
<?php echo $this->element('email_attachments', $attachments); ?>
</div>