CMS  - 
JOOMLA    -   Erreur « Notice:
Undefined variable: tpl » 
 
Message
d’erreur au début de la page « Contact » :
 
Notice: Undefined variable: tpl
in
/homez.305/LoginFTP/www/canaris-jaunes/components/com_qcontacts/views/section/view.html.php
on line 43
 
 
Notice: Undefined variable: tpl 
-  Correction :
 
Dans le fichier « /components/com_qcontacts/views/section/view.html.php »
insérer $tpl=null dans function display() :
...
class QContactsViewSection
extends JView {
function display($tpl=null) {
 
...
 
C’est tout.