summaryrefslogtreecommitdiffstats
path: root/build/tools/droiddoc/templates-cmsdk/components/masthead.cs
blob: ac71bcf7617027358f0f090be19b226239446ac2 (plain)
1
2
3
4
5
6
7
8
9
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 ?>