Mercurial > pub > site.implab
diff view/layout/default/library.tt @ 11:573272ec604b
almost comlete doxygen library
author | sergey |
---|---|
date | Thu, 15 May 2014 18:24:02 +0400 |
parents | 7d92a42f8e18 |
children | d9551c7e7101 |
line wrap: on
line diff
--- a/view/layout/default/library.tt Thu May 15 01:51:42 2014 +0400 +++ b/view/layout/default/library.tt Thu May 15 18:24:02 2014 +0400 @@ -2,7 +2,7 @@ labels( CollectionTitle = "Home (%name%)" ); - document.postRender.push('dojo'); + document.dojo.enable = 1; document.css.push(css.library); @@ -54,7 +54,10 @@ [% END %] </ul> [% END %] -[% BLOCK LAYOUT %] +[% BLOCK LAYOUT; + render('base', content = content); +END %] +[% WRAPPER LAYOUT %] <div class="library-pane"> <div id="toc-nav" class="nav-pane left"> @@ -91,7 +94,4 @@ }); </script> </div> -[% END %] -[% WRAPPER LAYOUT; - render('base', content = content); -END %] \ No newline at end of file +[% END %] \ No newline at end of file