Get Magento Image Directory


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <img src="{{skin_url="images/your_file_name.jpg"}}" alt="alt text" />
  2. <img src="<?php echo($this->getSkinUrl('images/your_file_name.jpg')) ?>" alt="at text" />

Report this snippet


Comments


You need to login to view comments.