source: extensions/skeleton/trunk/admin/template/home.tpl @ 23395

Last change on this file since 23395 was 23395, checked in by mistic100, 11 years ago

corrections and example of {html_style}, {html_options}, API info

File size: 368 bytes
Line 
1{combine_css path=$SKELETON_PATH|@cat:"admin/template/style.css"}
2
3{html_style}{literal}
4h4 { text-align:left !important; }
5{/literal}{/html_style}
6
7<div class="titrePage">
8        <h2>Skeleton</h2>
9</div>
10
11<form method="post" action="" class="properties">
12<fieldset>
13  <legend>{'What Skeleton can do for me?'|@translate}</legend>
14 
15  {$INTRO_CONTENT}
16</fieldset>
17 
18</form>
Note: See TracBrowser for help on using the repository browser.