summaryrefslogtreecommitdiffstats
path: root/tools/droiddoc/templates-codesite/customization.cs
blob: 5fe5077be328bda08a54a48bc44ec82dd7538523 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?cs # appears above the blue bar at the top of every page ?>
<?cs def:custom_masthead() ?>
<?cs /def ?>

<?cs # appears in the blue bar at the top of every page ?>
<?cs def:custom_subhead() ?>
    <?cs if:android.buglink ?>
    <?cs /if ?>
<?cs /def ?>

<?cs # appears on the left side of the blue bar at the bottom of every page ?>
<?cs def:custom_copyright() ?><?cs /def ?>

<?cs def:devdoc_left_nav() ?>
<?cs /def ?>