cubecart / v6

CubeCart Version 6
https://cubecart.com
73 stars 57 forks source link

Code Tweak: Legend #3439

Closed bhsmither closed 11 months ago

bhsmither commented 11 months ago

In the admin template categories.index.php, request a code tweak:

Find:
  <div id="seo" class="tab_content">
  <h3>{$LANG.settings.title_seo}</h3>
    <fieldset>

Add after:
         <legend>{$LANG.settings.title_seo_meta_data}</legend>
abrookbanks commented 11 months ago

Nice find thanks.