summaryrefslogtreecommitdiffstats
path: root/build/tools/droiddoc/templates-cmsdk/components/masthead.cs
diff options
context:
space:
mode:
Diffstat (limited to 'build/tools/droiddoc/templates-cmsdk/components/masthead.cs')
-rwxr-xr-xbuild/tools/droiddoc/templates-cmsdk/components/masthead.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/build/tools/droiddoc/templates-cmsdk/components/masthead.cs b/build/tools/droiddoc/templates-cmsdk/components/masthead.cs
new file mode 100755
index 0000000..ac71bcf
--- /dev/null
+++ b/build/tools/droiddoc/templates-cmsdk/components/masthead.cs
@@ -0,0 +1,10 @@
+<?cs def:custom_masthead() ?>
+ <div id="header">
+ <div id="headerLeft">
+ <a href="<?cs var:toroot ?>reference/packages.html" tabindex="-1"><img
+ src="<?cs var:toroot ?>assets/cid_smart.png" alt="CID" width="50" height="50"/>
+ <span id="masthead-title">CyanogenMod Platform SDK</span></a>
+ </div>
+ </div><!-- header --><?cs
+/def ?>
+