Cookies help us provide better user experience. By using our website, you agree to the use of cookies.

Pandao CMS pro - 3.8.4 (Feb 10, 2017)

Replace the following files and execute the queries in your SQL manager to perform the updates.

NEW FEATURES/IMPROVEMENTS

Translation of the button "Load more"

/common/db.sql
>> New entries in the table pm_text  (! replace with your translation and lang ids): 

INSERT INTO pm_text (id, lang, name, value) VALUES
(162, 1, 'LOAD_MORE', 'Voir plus'),
(162, 2, 'LOAD_MORE', 'Load more'),
(162, 3, 'LOAD_MORE', 'Load more');

/js/custom.js
/templates/default/models/blog.php
/templates/default/models/page.php
/templates/default/models/gallery.php

FIXED ISSUES

Possible undefined link on loading more articles

/common/define.php