Link to home
Start Free TrialLog in
Avatar of technoparkcorp
technoparkcorpFlag for United States of America

asked on

static link in Zend Framework layout

How do I get a static link to my static file in Zend layout.phtml? I'm a newbie in Zend.

I mean that I have to create something like in the snippet. What do I put instead of "...."?
<img src='<?= $this->url (....) ?>' />

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Roonaan
Roonaan
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
you can just set it to the url if you like such as <img src='/images/icon.gif" />