Copier le fichier pagination.php ca marche !
Dans le répertoire HTML il y a le repertoire plg_content_pagenavigation avec le ficihier settings_pagination.php dans lequel on trouve
if (! defined('TCK_ARTICLE_PAGINATION_SHOW_ICONS')) define('TCK_ARTICLE_PAGINATION_SHOW_ICONS', 1);
if (! defined('TCK_ARTICLE_PAGINATION_ICON_LEFT')) define('TCK_ARTICLE_PAGINATION_ICON_LEFT', 'icon-chevron-left');
if (! defined('TCK_ARTICLE_PAGINATION_ICON_RIGHT')) define('TCK_ARTICLE_PAGINATION_ICON_RIGHT', 'icon-chevron-right');
Un rapport avec les icônes de la pagination ?