X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=inc%2Fcms.php;h=347d3a247f3c022da7e5fc964db2ff16453dd83d;hb=900e4400fd39e8497ee26717827fec3f920a302c;hp=895c810fad048b5c7e57a0c3ecb160e5aa134264;hpb=829a67d41aacdf529455c0f315665c407ad5d35b;p=wfpl-cms.git diff --git a/inc/cms.php b/inc/cms.php index 895c810..347d3a2 100644 --- a/inc/cms.php +++ b/inc/cms.php @@ -62,6 +62,8 @@ function cms_display_content(&$tem /*, 'where clause %", %i', string, int */) { $tem->set('$cms_sidebar', $row['sidebar_content']); } return $row['id']; + } else { + $tem->set('$layout_centerer_class', 'full'); } return false; }