Files
build/tools/droiddoc/templates-sdk-dev/header.cs
Dirk Dougherty 6f10d4d761 Rebased Updated templates, styles, scripts for dac.
Change-Id: Ida1a7f39cb6df0255f8f9c8e96a2270a0283c59e
2016-01-28 18:28:16 -08:00

12 lines
329 B
C#

<?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 ?>