Blooregard1984 Posted August 2, 2012 Share Posted August 2, 2012 Hi all, I am looking to include a copyright notice in the footer of my page but would like the sitename, and perhaps the current year, to be included automatically. I'm not sure how to do this though as I'm not too familiar with smarty language. Any help would be great. Link to comment Share on other sites More sharing options...
benjamin utterback Posted August 2, 2012 Share Posted August 2, 2012 Unfortunately, I am not too familiar with the smarty language as well. Don't forget that the more active (relevant helpful posts) you are on the forums, the better chance somebody will take the time to help you. That's what I'm trying to do as well! Link to comment Share on other sites More sharing options...
Blooregard1984 Posted January 29, 2013 Author Share Posted January 29, 2013 After some time I have finally managed to figure this out. The code is below in case anybody else wants to use it. <div>all content © <a href="{$shop_url}">{$shop_name}</a></div> This adds a copyright statement with the site name appearing as a link to the site url. I added this to my footer. It would be advisable to add a class the div and style it. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now