Fork me on GitHub






moderne green et les raccourci pour trouver le contenue
Semi pro
Inscrit: 16/12/2008 16:38
Messages: 1644
dans le theme moderne-green

le theme html est ecrit comme ceci , et je voudrais savoir par example ou se reporte les mot ecrit dans le footer
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<
html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>">

<
head>
    <{
assign var=theme_name value=$xoTheme->folderName}>
    
    <
title><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> - <{/if}><{$xoops_sitename}></title>
    
    <
meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" />
    <
meta name="robots" content="<{$xoops_meta_robots}>" />
    <
meta name="keywords" content="<{$xoops_meta_keywords}>" />
    <
meta name="description" content="<{$xoops_meta_description}>" />
    <
meta name="rating" content="<{$xoops_meta_rating}>" />
    <
meta name="author" content="<{$xoops_meta_author}>" />
    <
meta name="copyright" content="<{$xoops_meta_copyright}>" />
    <
meta name="generator" content="XOOPS" />
    
    <
link rel="alternate" type="application/rss+xml" href="<{xoAppUrl backend.php}>" />

    <
link rel="shortcut icon" type="image/ico" href="<{xoImgUrl icons/favicon.ico}>" />
    <
link rel="icon" type="image/png" href="<{xoImgUrl icons/icon.png}>" />

    <
link type="text/css" rel="stylesheet" href="<{xoImgUrl css/style.css}>"  />
    
    <{
$xoops_module_header}>
</
head>

<
body>
    <
div id="wrapper">
    
     <
div id="header">
     
      <
div class="logo"><a href="<{$xoops_url}>"><img src="<{xoImgUrl images/logo.png}>" /></a></div>
      
  
      <{
includeq file="$theme_name/menu.html"}>
      
      </
div>
      
      <
div style="clear: both;"></div>
      
      <
div id="navigation">

       <
ul>

        <
li id="nav-com<{if $xoops_dirname == 'news'}>-active<{/if}>"><a href="<{$xoops_url}>/modules/news">News</a></li>

        <
li id="nav-com<{if $xoops_dirname == 'newbb'}>-active<{/if}>"><a href="<{$xoops_url}>/modules/newbb">Forum</a></li>

        <
li id="nav-com<{if $xoops_dirname == 'wfdownloads'}>-active<{/if}>"><a href="<{$xoops_url}>/modules/wfdownloads">Downloads</a></li>

        <
li id="nav-com<{if $xoops_dirname == 'myalbum'}>-active<{/if}>"><a href="<{$xoops_url}>/modules/myalbum">Gallerie</a></li>

        <
li id="nav-com<{if $xoops_dirname == 'xoopspoll'}>-active<{/if}>"><a href="<{$xoops_url}>/modules/xoopspoll">Umfragen</a></li>

        <
li id="nav-com<{if $xoops_dirname == 'contact'}>-active<{/if}>"><a href="<{$xoops_url}>/modules/contact">Support</a></li>

       </
ul>

      </
div>
     
     </
div>
     
     <
div class="contenthead"></div>
     
     <
div id="contentWrapper">
    
      <
div id="sidebar">
       <{if 
$xoBlocks.canvas_left}>
        <{
includeq file="$theme_name/block.html" blocks=$xoBlocks.canvas_left}>
       <{/if}>
       <{if 
$xoBlocks.canvas_right}>
        <{
includeq file="$theme_name/block.html" blocks=$xoBlocks.canvas_right}>
       <{/if}>
      </
div>
      
      <
div id="content<{if !$xoBlocks.canvas_left and !$xoBlocks.canvas_right}>blank<{/if}>">
       <{if 
$xoBlocks.page_topleft or $xoBlocks.page_topcenter or $xoBlocks.page_topright}>
        <
div id="centerblocks">
         <
div class="centerblocks-center">
          <{foreach 
item=block from=$xoBlocks.page_topcenter}>
           <{
includeq file="$theme_name/centerblock.html"}>
          <{/foreach}>
         </
div>
         <
div class="centerblocks-left">
          <{foreach 
item=block from=$xoBlocks.page_topleft}>
           <{
includeq file="$theme_name/centerblock.html"}>
          <{/foreach}>
         </
div>
         <
div class="centerblocks-right">
          <{foreach 
item=block from=$xoBlocks.page_topright}>
           <{
includeq file="$theme_name/centerblock.html"}>
          <{/foreach}>
         </
div>
        </
div>
        <
br style="clear: both;" />
       <{/if}>
       
       <{if 
$xoops_contents && ($xoops_contents != ' ') }> 
        <{
$xoops_contents}>
       <{/if}> 
       <{if 
$xoBlocks.page_bottomleft or $xoBlocks.page_bottomcenter or $xoBlocks.page_bottomright}>
        <
div id="centerblocks">
         <
div class="centerblocks-center">
          <{foreach 
item=block from=$xoBlocks.page_bottomcenter}>
           <{
includeq file="$theme_name/centerblock.html"}>
          <{/foreach}>
         </
div>
         <
div class="centerblocks-left">
          <{foreach 
item=block from=$xoBlocks.page_bottomleft}>
           <{
includeq file="$theme_name/centerblock.html"}>
          <{/foreach}>
         </
div>
         <
div class="centerblocks-right">
          <{foreach 
item=block from=$xoBlocks.page_bottomright}>
           <{
includeq file="$theme_name/centerblock.html"}>
          <{/foreach}>
         </
div>
        </
div>
       <{/if}>
      </
div>
      
      <
br style="clear: both;" />
      
      <
div class="contentfooter">
       <{
$xoops_footer}>
      </
div>
    
     </
div>
    
     <
div id="footer"></div>
    
    </
div>
</
body>
</
html>

comment on travaille avec ce genre de thème
merci de mettre un exemple , le footer et bien la mais ou trouver les phrase quil le compose

merci

Posté le : 20/05/2011 10:43

http://www.troc-lorraine.com
vendre en lorraine

Partager Twitter Partagez cette article sur GG+
Re: moderne green et les raccourci pour trouver le contenue
Régulier
Inscrit: 15/02/2011 22:12
Messages: 288
salut

s'il s'agit de la balise <{$xoops_footer}>, son contenu se personnalise via le module system, rubrique Metas balises et pied de page.

Posté le : 20/05/2011 13:39
Partager Twitter Partagez cette article sur GG+
Re: moderne green et les raccourci pour trouver le contenue
Semi pro
Inscrit: 16/12/2008 16:38
Messages: 1644
oui je vient de voir sa

mais il y a beaucoup de chose que je comprend pas

comme se genre de chose

<{if $xoops_contents && ($xoops_contents != ' ') }>
<{$xoops_contents}>
<{/if}>
<{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomcenter or $xoBlocks.page_bottomright}>
<div id="centerblocks">
<div class="centerblocks-center">
<{foreach item=block from=$xoBlocks.page_bottomcenter}>

ou se trouve <{$xoops_contents}>

Posté le : 20/05/2011 13:55

http://www.troc-lorraine.com
vendre en lorraine

Partager Twitter Partagez cette article sur GG+
Re: moderne green et les raccourci pour trouver le contenue
Supporter Xoops
Inscrit: 09/01/2005 13:37
De Breizh
Messages: 16972
Citation :
fabrice8888 a écrit :
ou se trouve <{$xoops_contents}>

ceci affiche le contenu du module de la page affiché, donc aucune utilité à y changer quoique ce soit

ensuite pour l'api tu peux la retrouver sur http://dev.xoofoo.org si tu veux t'y retrouver plus facilement

Posté le : 24/05/2011 21:36

La connaissance s'accroît quand on la partage ...
Partager Twitter Partagez cette article sur GG+

 Haut   Précédent   Suivant



Vous pouvez voir les sujets.
Vous ne pouvez pas débuter de nouveaux sujets.
Vous ne pouvez pas répondre aux contributions.
Vous ne pouvez pas éditer vos contributions.
Vous ne pouvez pas effacez vos contributions.
Vous ne pouvez pas ajouter de nouveaux sondages.
Vous ne pouvez pas voter en sondage.
Vous ne pouvez pas attacher des fichiers à vos contributions.
Vous ne pouvez pas poster sans approbation.

Propulsé avec XOOPS | Graphisme adapté par Tatane, Grosdunord, Montuy337513

20 Personne(s) en ligne (18 Personne(s) connectée(s) sur Forum) | Utilisateur(s): 0 | Invité(s): 20 | Plus ...