Dotclear

Ticket #907 (closed idea: wontfix)

Opened 16 years ago

Last modified 13 years ago

Structure du thème par défaut (sidebar)

Reported by: brol Owned by: Tomtom33
Priority: normal Milestone:
Component: module:themes Version: 2.1
Severity: normal Keywords:
Cc:

Description

Y aurait-il un moyen pour que le thème par défaut embarque dorénavant un include {{tpl:include src="_sidebar.html"}} pour la gestion des sidebars plutôt par l'écriture complète de ça dans les fichiers html du thème :

<div id="sidebar">

<div id="blognav">

{{tpl:Widgets type="nav"}}

</div> <!-- End #blognav -->

<div id="blogextra">

{{tpl:Widgets type="extra"}}

</div> <!-- End #blogextra -->

</div>

Merci.

Change History

comment:1 Changed 16 years ago by Osku

Avec des behaviors si possible ?

<div id="sidebar">
   {{tpl:SysBehavior behavior="publicSidebarBeforeContent"}}
 <div id="blognav">
  {{tpl:Widgets type="nav"}}
 </div> <!-- End #blognav -->

 <div id="blogextra">
  {{tpl:Widgets type="extra"}}
 </div> <!-- End #blogextra -->
   {{tpl:SysBehavior behavior="publicSidebarAfterContent"}}
</div>

comment:2 Changed 16 years ago by xave

Alors ça, c'est moins sûr. :)

comment:3 Changed 15 years ago by Tomtom33

  • Owner changed from xave to Tomtom33

comment:4 Changed 15 years ago by xave

  • Component changed from module:core to module:themes

comment:5 Changed 15 years ago by xave

  • Milestone changed from 2.2 to 2.3

comment:6 Changed 14 years ago by bruno

  • Milestone 2.3 deleted

comment:7 Changed 13 years ago by franck

  • Status changed from new to closed
  • Resolution set to wontfix

Pas touche au thème par défaut, surtout qu'il est maintenant intégré dans le core.

On verra s'il y a un changement de thème par défaut ou quand (ou si) on passera à Twig (ou autre)

Note: See TracTickets for help on using tickets.

Sites map