Yes, so what file creates this <img> tag? I need to add a class to it. When we add media and hit save it creates <img src="resources/image/18/80/5.jpg" style="width: 300px;" /> I need to add a class="img-responsive" Can you tell me what file ?
AbanteCart v1.4.3 is released.
Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review
MenuThis section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu $this->data['form']['newsletter_type'] = $form->getFieldHtml(array(
'type' => 'radio',
'name' => $this->language->get('text_newsletter_type'); // tried 'label' => $this->language->get('text_newsletter_type'); // 'name' => 'Newsletter Type:', // nothing displays label
'value' => '1',
'options' => array(
'1' => 'Digital',
'0' => 'Print',
),
));