diff options
Diffstat (limited to 'tools/droiddoc/templates-codesite/customization.cs')
-rw-r--r-- | tools/droiddoc/templates-codesite/customization.cs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/droiddoc/templates-codesite/customization.cs b/tools/droiddoc/templates-codesite/customization.cs new file mode 100644 index 0000000000..5fe5077be3 --- /dev/null +++ b/tools/droiddoc/templates-codesite/customization.cs @@ -0,0 +1,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 ?> |