Bonjour,
Je viens de télécharger le module R3D pour joomla 3.
On me demande d'inserrer 2 positions dans le fichier templateDétails.xml:
<position>floater</position>
<position>floatercontainer</position>
Ce que j'ai fait
Et la ligne de code dans le fichier index.php du template( purytii) avant la balise </body>.
<jdoc:include type="modules" name="floatercontainer" style="xhtml" />
Le fichier index.php ne contient pas de balise </body>
<?php
/**
*------------------------------------------------------------------------------
* @package T3 Framework for Joomla!
*------------------------------------------------------------------------------
* @copyright Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @authors JoomlArt, JoomlaBamboo, (contribute to this project at github
* & Google group to become co-author)
* @Google group: https://groups.google.com/forum/#!forum/t3fw
* @Link: http://t3-framework.org
*------------------------------------------------------------------------------
*/
// no direct access
defined('_JEXEC') or die;
//check if t3 plugin is existed
if (!defined('T3')) {
if (JError::$legacy) {
JError::setErrorHandling(E_ERROR, 'die');
JError::raiseError(500, JText::_('T3_MISSING_T3_PLUGIN'));
exit;
} else {
throw new Exception(JText::_('T3_MISSING_T3_PLUGIN'), 500);
}
}
$t3app = T3::getApp($this);
// get configured layout
$layout = $t3app->getLayout();
$t3app->loadLayout($layout);
Comment faire et ou inserrer la ligne de code ?
Merci pour votre aide
Cordialement
J.J Martin
Je viens de télécharger le module R3D pour joomla 3.
On me demande d'inserrer 2 positions dans le fichier templateDétails.xml:
<position>floater</position>
<position>floatercontainer</position>
Ce que j'ai fait
Et la ligne de code dans le fichier index.php du template( purytii) avant la balise </body>.
<jdoc:include type="modules" name="floatercontainer" style="xhtml" />
Le fichier index.php ne contient pas de balise </body>
<?php
/**
*------------------------------------------------------------------------------
* @package T3 Framework for Joomla!
*------------------------------------------------------------------------------
* @copyright Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @authors JoomlArt, JoomlaBamboo, (contribute to this project at github
* & Google group to become co-author)
* @Google group: https://groups.google.com/forum/#!forum/t3fw
* @Link: http://t3-framework.org
*------------------------------------------------------------------------------
*/
// no direct access
defined('_JEXEC') or die;
//check if t3 plugin is existed
if (!defined('T3')) {
if (JError::$legacy) {
JError::setErrorHandling(E_ERROR, 'die');
JError::raiseError(500, JText::_('T3_MISSING_T3_PLUGIN'));
exit;
} else {
throw new Exception(JText::_('T3_MISSING_T3_PLUGIN'), 500);
}
}
$t3app = T3::getApp($this);
// get configured layout
$layout = $t3app->getLayout();
$t3app->loadLayout($layout);
Comment faire et ou inserrer la ligne de code ?
Merci pour votre aide
Cordialement
J.J Martin