I was thinking that some people might want to have their copyright updated every year (ie copyright 2005-!CurrentYear). A variable could be added as well as automatically adding the specific xml code for the copyright symbol.

Here's a patch that describes my thoughts. What do you think?

CommentFileSizeAuthor
itunes_copyrightvariables.patch973 bytesJaredAM

Comments

drewish’s picture

Status: Active » Needs work

I don't think it makes sense to add the (c) by default, it's easy enough to copy paste it in and no sense forcing people to use it. I do like the year token... I'd rather sync up with view's current "token" standard and just use "[year]". We also shouldn't be using t() for user supplied data, let's just call strtr() directly.

Oh, if you attach a patch use the "needs review" or "needs work" status.