diff view/layout/default/library.tt @ 8:7d92a42f8e18

improved doxygen library
author sergey
date Wed, 14 May 2014 17:28:22 +0400
parents fa7a99c2d079
children 573272ec604b
line wrap: on
line diff
--- a/view/layout/default/library.tt	Wed May 14 01:22:21 2014 +0400
+++ b/view/layout/default/library.tt	Wed May 14 17:28:22 2014 +0400
@@ -2,7 +2,8 @@
 	labels(
 		CollectionTitle = "Home (%name%)"
 	);
-	document.css.push(css.global);
+	document.postRender.push('dojo');
+	
 	document.css.push(css.library);
 	
 	CollectionClass = 'Benzin::Doxygen::Model::Collection';
@@ -53,6 +54,7 @@
 		[% END %]
 	</ul>
 [% END %]
+[% BLOCK LAYOUT %]
 <div class="library-pane">
 	
 	<div id="toc-nav" class="nav-pane left">
@@ -88,4 +90,8 @@
 			sticky('siblings-nav', { along: 'content-pane' });
 		});
 	</script>
-</div>
\ No newline at end of file
+</div>
+[% END %]
+[% WRAPPER LAYOUT;
+	render('base', content = content);
+END %]
\ No newline at end of file