diff options
| author | Christian Fowler <cfowler2@wcpss.net> | 2014-08-01 14:54:16 -0400 |
|---|---|---|
| committer | Christian Fowler <cfowler2@wcpss.net> | 2014-08-01 14:54:16 -0400 |
| commit | edda90ace58fc4eca8a04fb5f11073ad7c8af6c5 (patch) | |
| tree | fc6a62d93169996c65f6e69db6d70ca75681331e /templates/structure_toc.tpl | |
| parent | 4cea6e9597afdd3b13415f886cbe903ac58265f3 (diff) | |
| download | liberty-edda90ace58fc4eca8a04fb5f11073ad7c8af6c5.tar.gz liberty-edda90ace58fc4eca8a04fb5f11073ad7c8af6c5.tar.bz2 liberty-edda90ace58fc4eca8a04fb5f11073ad7c8af6c5.zip | |
mass reworking of structure editing
Diffstat (limited to 'templates/structure_toc.tpl')
| -rwxr-xr-x | templates/structure_toc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/structure_toc.tpl b/templates/structure_toc.tpl index cd7c434..800580b 100755 --- a/templates/structure_toc.tpl +++ b/templates/structure_toc.tpl @@ -1 +1 @@ -<ul class="toc">{section name=sitem loop=$structure_tree}{include file="structures_toc_level.tpl" that=$structure_tree[sitem]}{/section}</ul> +<ol class="structure-toc" id="structure-branch">{section name=sitem loop=$structure_tree}{include file="bitpackage:liberty/structure_toc_level.tpl" that=$structure_tree[sitem]}{/section}</ul> |
