le fichier index.php du template

Réduire
X
 
  • Filtrer
  • Heure
  • Afficher
Tout effacer
nouveaux messages

  • le fichier index.php du template

    Bonjour,
    Dans quelle fichier peut-on trouver les différentes positions du template Professio? j'ai cherché dans le fichier templates => Professio => index.php mais j'ai trouvé son contenu un peu bizarre:
    Code:
    <?php
    /*
    #------------------------------------------------------------------------
      JA Purity II for Joomla 1.5
    #------------------------------------------------------------------------
    #Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
    #@license - GNU/GPL, http://www.gnu.org/copyleft/gpl.html
    #Author: J.O.O.M Solutions Co., Ltd
    #Websites: http://www.joomlart.com - http://www.joomlancers.com
    #------------------------------------------------------------------------
    */
    
    
    // no direct access
    defined( '_JEXEC' ) or die( 'Restricted access' );
    
    include_once (dirname(__FILE__).DS.'libs'.DS.'ja.template.helper.php');
    
    $tmplTools = JATemplateHelper::getInstance($this, array('ui', JA_TOOL_SCREEN, JA_TOOL_MENU, 'main_layout', 'direction'));
    
    //Calculate the width of template
    $tmplWidth = '';
    $tmplWrapMin = '100%';
    switch ($tmplTools->getParam(JA_TOOL_SCREEN)){
    	case 'auto':
    		$tmplWidth = '97%';
    		break;
    	case 'fluid':
    		$tmplWidth = intval($tmplTools->getParam('ja_screen-fluid-fix-ja_screen_width'));
    		$tmplWidth = $tmplWidth ? $tmplWidth.'%' : '90%';
    		break;
    	case 'fix':
    		$tmplWidth = intval($tmplTools->getParam('ja_screen-fluid-fix-ja_screen_width'));
    		$tmplWrapMin = $tmplWidth ? ($tmplWidth+1).'px' : '771px';
    		$tmplWidth = $tmplWidth ? $tmplWidth.'px' : '770px';
    		break;
    	default:
    		$tmplWidth = intval($tmplTools->getParam(JA_TOOL_SCREEN));
    		$tmplWrapMin = $tmplWidth ? ($tmplWidth+1).'px' : '981px';
    		$tmplWidth = $tmplWidth ? $tmplWidth.'px' : '980px';
    		break;
    }
    
    $tmplTools->setParam ('tmplWidth', $tmplWidth);
    $tmplTools->setParam ('tmplWrapMin', $tmplWrapMin);
    
    //Main navigation
    $ja_menutype = 'mega';
    $jamenu = null;
    if ($ja_menutype && $ja_menutype != 'none') {
    	$japarams = new JParameter('');
    	$japarams->set( 'menutype', $tmplTools->getParam('menutype', 'mainmenu') );
    	$japarams->set( 'menu_images_align', 'left' );
    	$japarams->set( 'menupath', $tmplTools->templateurl() .'/ja_menus');
    	$japarams->set('menu_images', 1); //0: not show image, 1: show image which set in menu item
    	$japarams->set('menu_background', 1); //0: image, 1: background
    	$japarams->set('mega-colwidth', 200); //Megamenu only: Default column width
    	$japarams->set('mega-style', 1); //Megamenu only: Menu style. 
    	$japarams->set('rtl',($tmplTools->getParam('direction')=='rtl' || $tmplTools->direction == 'rtl'));
    	$jamenu = $tmplTools->loadMenu($japarams, $ja_menutype); 
    }	
    //End for main navigation
    
    $layout = $tmplTools->getLayout ();
    if ($layout) {
    	$tmplTools->display ($layout);
    }
    Merci pour votre aide
    Dernière édition par menyarito à 10/05/2011, 11h31
    ?? la vie est pour tous, mais la chance pour qui ??
    --------------------

  • #2
    Re : le fichier index.php du template

    En général les positions sons listées dans le fichier xml de chaque template
    Dernière édition par toffffe à 08/05/2011, 15h40
    Auto-entrepreneur spécialiste Joomla https://www.stylitek.com

    Joomladay 2023 https://www.joomladay.fr/ 2 jours à ne pas manquer

    Commentaire


    • #3
      Re : le fichier index.php du template

      Envoyé par toffffe Voir le message
      En général les positions sons listées dans le fichier xml de chaque template
      c'est vrai, mais moi je cherche à modifier mes positions, et normalement ça se fait dans le fichier index.php
      du template, mais dans mon index.php il n’ ya pas par exemple les: <jdoc:include type="modules" name="milieu" style="xhtml" />
      vous trouvez ça normal?

      cordially
      Dernière édition par menyarito à 08/05/2011, 15h57
      ?? la vie est pour tous, mais la chance pour qui ??
      --------------------

      Commentaire


      • #4
        Re : le fichier index.php du template

        ouvre tous les fichiers du repertoire et des rep enfants, tu tomberas forcement dessus

        Commentaire

        Annonce

        Réduire
        Aucune annonce pour le moment.

        Partenaire de l'association

        Réduire

        Hébergeur Web PlanetHoster
        Travaille ...
        X