Joomla-Bible-Study / Proclaim

Joomla Proclaim Component - Christian Web Ministries
https://www.christianwebministries.org/
GNU General Public License v3.0
10 stars 9 forks source link

Remove old helpers/html to namespce locations and rework the loading of the content #947

Open bcordis opened 11 months ago

bcordis commented 11 months ago

Fancybox.php Also will need to be moved and updated.

With proclaim.php the fallowing will need to be replaced <?php echo HTMLHelper::('Proclaim.Teacher'); ?> <?php echo HTMLHelper::('Proclaim.Series'); ?> <?php echo HTMLHelper::('Proclaim.MessageType'); ?> <?php echo HTMLHelper::('proclaim.linktype'); ?> <?php echo HTMLHelper::('proclaim.popup'); ?> <?php echo HTMLHelper::_('proclaim.players'); ?>

bcordis commented 3 months ago

I had to leave it in place for the 10.0.0 version for now. I will work on moving it later.