replicant-vendor_replicant/build/tools/droiddoc/templates-cmsdk/components/masthead.cs
Adnan Begovic 3314aacd79 vendor/cm: Remove search widget from developer docs.
Since github.io is a static page, and we lack an enpoint to search,
  the search widget is useless.

Change-Id: I7c5728abaac880359daa71aa1d7093e38061231c
2015-06-23 17:32:33 -07:00

11 lines
376 B
C#
Executable File

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