blob: c315868b926deda4e66be2e94839aadb1f430fd8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<div class="floaticon">{bithelp}</div>
<div class="edit structure">
<div class="header">
<h1>{tr}Edit{/tr} {$gContent->getContentTypeName()}: {$gContent->getTitle()}</h1>
</div>
<div class="body">
{include file="bitpackage:liberty/structure_edit.tpl"}
</div><!-- end .body -->
</div><!-- end .edit -->
|