Thứ Năm, 11 tháng 11, 2010

How to Get skin url in magento admin panel cms page

In frontend to calll skin url we write

<?php echo $this->getSkinUrl('');?>


To call Skin Url in Magento admin panel you have to write

<img src="{{skin url='images/your-image-name'}}" alt="">


{{skin url='images/your-image-name'}}

You can write css/style.css to call style.css in your theme

Không có nhận xét nào:

Đăng nhận xét