Files
2017-03-02 21:57:21 -06:00

5 lines
236 B
PHP

<h2><?php echo __('How Do We Do It?') ?></h2>
<ul>
<li><?php echo link_to(__('Course Structure'), 'howdowedoit/coursestructure') ?></li>
<li><?php echo link_to(__('Methodology / Philosophy'), 'howdowedoit/methodology') ?></li>
</ul>