Please Log in or Create an account to join the conversation.
templates/YOUR_TEMPLATE/html/mod_social_slider/default.php
if ($parts[1] < 16) { echo '<li class="' . $key . '"><a href="' . $params->get($key . '_link') . '"' . $target . '><span class="jj_social_text">' . JText::_('JJ_SOCIAL_SLIDER_VIA_' . $uppercase . '') . '</span></a></li>'; } else { echo '<li class="' . $key . '"><a href="' . $params->get($key . '_link') . '"' . $target . '><span class="jj_social_text">' . JText::_($params->get($key . '_text')) . '</span></a></li>'; }
if ($parts[1] < 16) { echo '<li class="' . $key . '"><a href="' . $params->get($key . '_link') . '"' . $target . '><span class="jj_social_text">' . JText::_('JJ_SOCIAL_SLIDER_VIA_' . $uppercase . '') . '</span></a></li>'; } else { echo '<li class="' . $key . '"><a href="' . $params->get($key . '_link') . '"><span class="jj_social_text">' . JText::_($params->get($key . '_text')) . '</span></a></li>'; }