mod_feed - Joomla! Forum - community, help and support
hello,
i not sure how use bug tracker, thats why i'll posting in here.
in feed module missing tag.
last code of /modules/mod_feed/tmpl/default.php now:
like should be:
i not sure how use bug tracker, thats why i'll posting in here.
in feed module missing tag.
last code of /modules/mod_feed/tmpl/default.php now:
code: select all
</div>
<?php endif; ?>
</li>
<?php } ?>
</ul>
<?php }
}
}like should be:
code: select all
</div>
<?php endif; ?>
</li>
<?php } ?>
</ul>
</div>
<?php }
}
}
Comments
Post a Comment