[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/design/base/override/templates/full/ -> link.tpl (source)

   1  {* Link - Full view *}
   2  
   3  <div class="content-view-full">
   4      <div class="class-link">
   5  
   6      <h1>{attribute_view_gui attribute=$node.data_map.name}</h1>
   7  
   8      {section show=$node.data_map.description.content.is_empty|not}
   9          <div class="attribute-long">
  10              {attribute_view_gui attribute=$node.data_map.description}
  11          </div>
  12      {/section}
  13  
  14      {section show=ne($node.data_map.location.content,'')}
  15          <div class="attribute-link">
  16              <p><a href="{$node.data_map.location.content}">{$node.data_map.location.data_text}</a></p>
  17          </div>
  18      {/section}
  19  
  20      </div>
  21  </div>


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7