Skip to content
Snippets Groups Projects
Commit 4d1ef34c authored by Tim Steiner's avatar Tim Steiner
Browse files

[gh-65] Merging from testing to staging

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@403 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent d99677f6
Branches
Tags
No related merge requests found
......@@ -126,4 +126,5 @@ if ($page['optionalfooter']) {
if ($page['footercontent']) {
$t->footercontent = render($page['footercontent']);
}
$t->footercontent = preg_replace('/©\s*[0-9]{4}/', '© ' . date('Y'), $t->footercontent);
$t->footercontent .= '<p style="margin:0.5em 0 -1.4em 0">This site is an instance of <a href="http://unlcms.unl.edu/" title="Go to the UNL CMS website">UNL CMS</a> powered by <a href="http://drupal.org/" title="Go to the official website of Drupal">Drupal</a></p>';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment