X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=blobdiff_plain;f=admin_pages.php;h=584aaa0798059210e6dd55c9a2ae9bba4c606b0b;hp=768b47d2b8ab6c4ff8f6b44bd9a394a330a3089d;hb=3fe5000888dd47ae4de76a1f6678b2e21cacc1bc;hpb=a2eea0ebfb5a15b80fc0d76be90f4ab453539be0 diff --git a/admin_pages.php b/admin_pages.php index 768b47d..584aaa0 100644 --- a/admin_pages.php +++ b/admin_pages.php @@ -168,6 +168,7 @@ function admin_pages_main_form($id = false) { } tem_set('wfpl_images_json', json_encode(admin_pages_get_images())); + tem_set('wfpl_image_width_full', WFPL_IMAGE_WIDTH_FULL); tem_set('wfpl_image_width_small', WFPL_IMAGE_WIDTH_SMALL); tem_set('wfpl_image_width_thumb', WFPL_IMAGE_WIDTH_THUMB); tem_set('form', $data);