I'm trying to hard code social icons in
projectname/app/design/frontend/projectname/default/template/page/html/footer.phtml
The html
<a src="../">facebook</a>
What is the correct way to link the img file in the theme skin folder
skin/frontend/projectName/default/images/webicons/socialIcon.png
The problem is how do I link from the app folder to the skin folder?