<?php
// please translate the variable below
$page_title = "Mozilla | Firefox Features";
@include_once "{$config['file_root']}/includes/headers/mobile/m-features.php";
@include_once "{$config['file_root']}/{$lang}/includes/mobile-header.inc.php";
?>
<div id="head">
<h1>Firefox Features</h1>
<p>Here's how Firefox brings your Web to your phone.</p>
</div>
<div id="content">
<dl id="features-list">
<dt id="realdeal">The Real Deal</dt>
<dd>Forget about the clunky, stripped-down mobile Web you're used to. Firefox delivers the performance and security you expect, plus all the bells and whistles you know and love.</dd>
<dt id="soreeyes">Site for Sore Eyes</dt>
<dd>Tabs and browser controls are stowed away to the sides of the screen. Now you can see what's been hiding all this time – the entire Web page. Enjoy the view.</dd>
<dt id="touch">Touch of Genius</dt>
<dd>Bookmark your favorite sites with one touch. Swipe your finger across the screen to access tabs or install useful add-ons. Double tap to zoom. So smart it's simple.</dd>
<dt id="awesomebar">Awesome Bar</dt>
<dd>Forget about typing long URLs, let the Awesome Bar do the searching and get you the sites you love in an instant.</dd>
<dt id="personal">Get Personal</dt>
<dd>Add-ons have gone mobile. Personalize your browser and make it your own. Search and install add-ons on the go.</dd>
<dt id="password">Password Manager</dt>
<dd>Typing passwords on your phone is just plain hard. Why do it more than once? Choose to "remember" site passwords and forget ever having to endure long and difficult typing.</dd>
<dt id="tabs">Fab Tabs</dt>
<dd>Your tabs are close at hand. Just swipe your finger to the right to see thumbnails of all your open tabs to find what you want quickly.</dd>
<dt id="local">Be a Local… Wherever You Are</dt>
<dd>Looking for the city's best live music joint? An alternative route to the highway? Get insider info and access maps with Location-Aware Browsing.</dd>
<dt id="getup">Get Up and Go</dt>
<dd>Get Weave and surf the Web on your PC, get up and go, and have everything waiting for you on your phone: your history, open tabs, bookmarks, the Awesome Bar – just as you had left it.</dd>
</dl>
</div>
<?php
@include_once "{$config['file_root']}/{$lang}/includes/mobile-footer.inc.php";
?>