Bonjour,
J'aimerai beaucoup avoir "aujourd'hui" à la place de "today" et "total" à la place de "all"
Je pensais naïvement qu'il suffisait de changer les mots actuels par les nouveaux mais ça ne fonctionne pas comme ça. Est-ce que quelqu'un pourrait m'aider?
$today = $params->get('aujourd hui', JText::_('MOD_VCNT_TODAY'));
$yesterday = $params->get('hier', JText::_('MOD_VCNT_YESTERDAY'));
$all = $params->get('total', JText::_('MOD_VCNT_ALL'));
$x_month = $params->get('ce mois', JText::_('MOD_VCNT_MONTH'));
$x_week = $params->get('week', JText::_('MOD_VCNT_WEEK'));
$s_today = $params->get('s_today');
$s_yesterday = $params->get('s_yesterday');
$s_all = $params->get('s_all');
$s_week = $params->get('s_week');
$s_month = $params->get('s_month');
$s_clean = $params->get('s_clean');
$copy = $params->get('copy', 1);
$horizontal = $params->get('horizontal');
$separator = $params->get('separator');
$hor_text = $params->get('hor_text');
$moduleclass_sfx = $params->get('moduleclass_sfx', '');
$counterwinner = $params->get('counterwinner');
$cwnumber = $params->get('cwnumber');
$cwcode = $params->get('cwcode');
$cwemail = $params->get('cwemail');
$cwtext = $params->get('cwtext');
$cwpopup = $params->get('cwpopup');
$cwsession = $params->get('cwsession');
J'aimerai beaucoup avoir "aujourd'hui" à la place de "today" et "total" à la place de "all"
Je pensais naïvement qu'il suffisait de changer les mots actuels par les nouveaux mais ça ne fonctionne pas comme ça. Est-ce que quelqu'un pourrait m'aider?
$today = $params->get('aujourd hui', JText::_('MOD_VCNT_TODAY'));
$yesterday = $params->get('hier', JText::_('MOD_VCNT_YESTERDAY'));
$all = $params->get('total', JText::_('MOD_VCNT_ALL'));
$x_month = $params->get('ce mois', JText::_('MOD_VCNT_MONTH'));
$x_week = $params->get('week', JText::_('MOD_VCNT_WEEK'));
$s_today = $params->get('s_today');
$s_yesterday = $params->get('s_yesterday');
$s_all = $params->get('s_all');
$s_week = $params->get('s_week');
$s_month = $params->get('s_month');
$s_clean = $params->get('s_clean');
$copy = $params->get('copy', 1);
$horizontal = $params->get('horizontal');
$separator = $params->get('separator');
$hor_text = $params->get('hor_text');
$moduleclass_sfx = $params->get('moduleclass_sfx', '');
$counterwinner = $params->get('counterwinner');
$cwnumber = $params->get('cwnumber');
$cwcode = $params->get('cwcode');
$cwemail = $params->get('cwemail');
$cwtext = $params->get('cwtext');
$cwpopup = $params->get('cwpopup');
$cwsession = $params->get('cwsession');
Commentaire