X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=blobdiff_plain;f=inc%2Fcms.php;h=347d3a247f3c022da7e5fc964db2ff16453dd83d;hp=895c810fad048b5c7e57a0c3ecb160e5aa134264;hb=0b3de91e454a1a0d5eef8a129d33daaf94ea97bf;hpb=71b362aa57ed24aca770a6aded944b99d562690b 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; }