Closed (fixed)
Project:
ZURB Foundation
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
22 Feb 2013 at 16:54 UTC
Updated:
12 Mar 2013 at 03:20 UTC
Problem
Disabling the site name in theme settings causes the footer to just say the year.
Solution
?
Comments
Comment #1
ishmael-sanchez commentedI don't think it's horrible to have © and the current year, but I hear you. I wrapped the whole thing in a
<?php if (!empty($site_name)): ?>so none of that markup renders if the site name is disabled.Comment #2
chrisjlee commentedOh thanks. I was going to work on that one.