1
0
mirror of synced 2025-01-31 12:32:59 +03:00
2007-08-31 23:41:48 +00:00

13 lines
352 B
PHP

<div id="manual">
<?php if( $tool->getOption('section') || $tool->getOption('one-page') ): ?>
<?php $tool->render(); ?>
<?php else: ?>
<h1>Table of Contents</h1>
<?php $tool->renderToc(); ?>
<?php endif; ?>
</div>
<?php slot('right'); ?>
<?php echo get_partial('table_of_contents', array('tool' => $tool)); ?>
<?php end_slot(); ?>