blob: a581618730088a0813720f515738cbece528ef09 [file] [log] [blame]
Ben Dodsonc67e4cb2010-08-24 16:14:02 -07001<?cs
2def:custom_masthead() ?>
3 <div id="header">
4 <div id="headerLeft">
Clay Murphy87aa83b2013-08-27 16:04:35 -07005 <a href="<?cs var:toroot ?>guide/getting_started.html"><img
Ben Dodsonc67e4cb2010-08-24 16:14:02 -07006 src="<?cs var:toroot ?>assets/images/open_source.png" alt="Android Open Source Project" /></a>
Robert Lyfd1eb132012-06-08 12:21:15 -07007
Ben Dodsonc67e4cb2010-08-24 16:14:02 -07008 </div>
9 <div id="headerRight">
10 <div id="headerLinks">
11 <!-- <img src="<?cs var:toroot ?>assets/images/icon_world.jpg" alt="" /> -->
12 <span class="text">
13 <!-- &nbsp;<a href="#">English</a> | -->
14 <a href="http://www.android.com">Android.com</a>
15 </span>
16 </div>
17 </div><!-- headerRight -->
18 </div><!-- header --><?cs
Clay Murphy87aa83b2013-08-27 16:04:35 -070019/def ?><?cs # custom_masthead ?>