joomlacorner
10-31-2009, 10:49 AM
as I looking on code JoomlaLMS 1.6 is not real MVC/Native for Joomla 1.5.
sample.
<td class="title" colspan="2"><a class="menu_link" href="index2.php?option=com_joomla_lms&task=csv_operatio ns">CSV operations</a></td>
it's must be.
<td class="title" colspan="2"><a class="menu_link" href="index2.php?option=com_joomla_lms&task=csv_operatio ns"><?php echo JText::_( 'CSV operations' ); ?></a></td>
Do you have a plan on next versions to full support for localize?
sample.
<td class="title" colspan="2"><a class="menu_link" href="index2.php?option=com_joomla_lms&task=csv_operatio ns">CSV operations</a></td>
it's must be.
<td class="title" colspan="2"><a class="menu_link" href="index2.php?option=com_joomla_lms&task=csv_operatio ns"><?php echo JText::_( 'CSV operations' ); ?></a></td>
Do you have a plan on next versions to full support for localize?