blob: a9273937f354fa599d61abbee53203e209270ae4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?cs if:!devsite ?><?cs # leave out the global header for devsite; it is in devsite template ?>
<?cs call:custom_masthead() ?>
<?cs if:(fullpage) ?>
<?cs call:fullpage() ?>
<?cs else ?>
<?cs call:body_content_wrap_start() ?>
<?cs /if ?>
<?cs call:search_results() ?>
<?cs /if ?><?cs # end if/else !devsite ?>
|