From 65bf49a4f1ba86d445f7ba5183e970984e7be0e7 Mon Sep 17 00:00:00 2001 From: Tim Steiner <tsteiner2@unl.edu> Date: Wed, 7 Dec 2011 18:08:49 +0000 Subject: [PATCH] [gh-267] Merging from testing into staging git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@1345 20a16fea-79d4-4915-8869-1ea9d5ebf173 --- sites/all/themes/unl_wdn/page.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/all/themes/unl_wdn/page.tpl.php b/sites/all/themes/unl_wdn/page.tpl.php index 0af9e8ef..9b84c1b2 100644 --- a/sites/all/themes/unl_wdn/page.tpl.php +++ b/sites/all/themes/unl_wdn/page.tpl.php @@ -100,7 +100,7 @@ else { if ($page['sidebar_first']) { $t->maincontentarea .= render($page['sidebar_first']) . PHP_EOL; } -$t->maincontentarea .= strtr(render($page['content']), array('sticky-enabled' => 'zentable cool')) . PHP_EOL; +$t->maincontentarea .= render($page['content']) . PHP_EOL; if ($page['sidebar_second']) { $t->maincontentarea .= render($page['sidebar_second']) . PHP_EOL; } -- GitLab