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

Last change on this file since 28650 was 28650, checked in by mistic100, 10 years ago

update for 2.7

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