source: themes/mkwebdiary2/template.php @ 163

Revision 163, 274 bytes checked in by nigel.sim, 16 months ago (diff)

some outstanding changes?

Line 
1<?php
2function mkwebdiary2_regions() {
3  return array(
4    'right' => t('right sidebar'),
5    'content_area' => t('content area'),
6    'header' => t('header'),
7    'footer' => t('footer'),
8    'floater' => t('floater'),
9    'left' => t('left sidebar')
10  );
11}
12?>
Note: See TracBrowser for help on using the repository browser.