zcadditions / ZCA-Bootstrap-Template-for-1.5.6-v2.0.0c

Zen Cart v1.5.6a, ZCAdditions (rbarbour), Bootstrap 4 Template
http://www.zcadditions.com/bootstrap_tpl_demo
GNU General Public License v3.0
14 stars 19 forks source link

TEXT_MODAL_CLOSE vs MODAL_CLOSE #281

Closed lat9 closed 3 years ago

lat9 commented 3 years ago

All modals other than the tpl_bootstrap_images.php are using TEXT_MODAL_CLOSE instead of MODAL_CLOSE, resulting in undefined constant warnings.

Change the 'name' in the common definitions to use TEXT_MODAL_CLOSE and update that single modal rendering to use the 'correct' constant name.

lat9 commented 3 years ago

Closing, since this was a change made within the v300 branch.