JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix resolution on full-width images
[wfpl-cms.git] / admin_pages.php
index 768b47d..584aaa0 100644 (file)
@@ -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);