Clay Murphy | a9c580f | 2014-06-30 16:36:29 -0700 | [diff] [blame] | 1 | <?cs |
Ben Dodson | c67e4cb | 2010-08-24 16:14:02 -0700 | [diff] [blame] | 2 | def:custom_masthead() ?> |
| 3 | <div id="header"> |
| 4 | <div id="headerLeft"> |
Clay Murphy | 06dbd26 | 2014-10-16 18:23:58 -0700 | [diff] [blame] | 5 | <a href="<?cs var:toroot ?>guide/index.html"><img |
Clay Murphy | a9c580f | 2014-06-30 16:36:29 -0700 | [diff] [blame] | 6 | src="<?cs var:toroot ?>assets/images/android_logo.png" alt="Android Platform Development Kit" /></a> |
Ben Dodson | c67e4cb | 2010-08-24 16:14:02 -0700 | [diff] [blame] | 7 | </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 | <!-- <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 Murphy | 87aa83b | 2013-08-27 16:04:35 -0700 | [diff] [blame] | 18 | /def ?><?cs # custom_masthead ?> |