Atlanta .NET Regular Guys

Community Blog for two guys in Atlanta that focus on Microsoft and Community.

Quick About

This is the community blog for Brendon Schwartz and Matt Ranlett.  If you want to see their technical posts visit http://www.sharepointguys.com

Back To DevCow

Recent Posts

Tags

Email Notifications

    Archives

    Correct way to add Site Copyright line in Graffiti CMS

    It is very easy to add the copyright information to the page in a Graffiti CMS view, but the default new theme template adds the following

    Add copyright information:

    $data.Site.Copyright

    You should update your templates with the following lines that will only display if you have copyright information, otherwise if the copyright information is empty it will display $data.Site.Copyright.

    Better line:

    $!data.Site.Copyright