masthead.cs revision 87aa83befbf5f0b867afc15dc1ac203f3b56799d
1<?cs
2def:custom_masthead() ?>
3  <div id="header">
4      <div id="headerLeft">
5          <a href="<?cs var:toroot ?>guide/getting_started.html"><img
6              src="<?cs var:toroot ?>assets/images/open_source.png" alt="Android Open Source Project" /></a>
7
8      </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
19/def ?><?cs # custom_masthead ?>
20