I am attempting to manually insert social icons into my project.
projectname/app/design/frontend/projectname/default/template/page/html/footer.phtml
This is the HTML code:
<a src="../">facebook</a>
What is the proper method to link the image file in the theme's skin folder?
skin/frontend/projectName/default/images/webicons/socialIcon.png
The challenge lies in linking from the app folder to the skin folder.