[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 <div class="warning"> 3 {section show=$parameters.check.view_checked} 4 <h2>{"View is disabled"|i18n("design/standard/error/kernel",,array($parameters.check.view,$parameters.check.module))}</h2> 5 <ul> 6 <li>{"The view %module/%view is disabled and cannot be accessed."|i18n("design/standard/error/kernel",, 7 hash('%view',$parameters.check.view, 8 '%module',$parameters.check.module))}</li> 9 </ul> 10 {section-else} 11 <h2>{"Module is disabled"|i18n("design/standard/error/kernel",,array($parameters.check.module))}</h2> 12 <ul> 13 <li>{"The module %module is disabled and cannot be accessed."|i18n("design/standard/error/kernel",,hash('%module',$parameters.check.module))}</li> 14 </ul> 15 {/section} 16 </div> 17 18 {section show=$embed_content} 19 20 {$embed_content} 21 {/section}
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |