blob: 874c11c5bb0d0f0782f56266e29998a3956f6f0a [file] [log] [blame]
Clay Murphya9c580f2014-06-30 16:36:29 -07001<?cs
Ben Dodsonc67e4cb2010-08-24 16:14:02 -07002def:custom_masthead() ?>
3 <div id="header">
4 <div id="headerLeft">
Clay Murphy06dbd262014-10-16 18:23:58 -07005 <a href="<?cs var:toroot ?>guide/index.html"><img
Clay Murphya9c580f2014-06-30 16:36:29 -07006 src="<?cs var:toroot ?>assets/images/android_logo.png" alt="Android Platform Development Kit" /></a>
Ben Dodsonc67e4cb2010-08-24 16:14:02 -07007 </div>
8 <div id="headerRight">
9 <div id="headerLinks">
10 <!-- <img src="<?cs var:toroot ?>assets/images/icon_world.jpg" alt="" /> -->
11 <span class="text">
12 <!-- &nbsp;<a href="#">English</a> | -->
13 <a href="http://www.android.com">Android.com</a>
14 </span>
15 </div>
16 </div><!-- headerRight -->
17 </div><!-- header --><?cs
Clay Murphy87aa83b2013-08-27 16:04:35 -070018/def ?><?cs # custom_masthead ?>