blob: e85d76a1721ec27f62135b85477fda44100d7a3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<div class="floaticon">{bithelp}</div>
<div class="admin structure">
<div class="header">
<h1>{tr}Edit {$gLibertySystem->getContentTypeName(gStructure->mInfo.content_type_guid)}{/tr}</h1>
</div>
<div class="body">
{include file="bitpackage:liberty/edit_structure.tpl"}
</div><!-- end .body -->
</div><!-- end .admin -->
|