jquery mobile custom 1.3.1 - button icons not showing

jquery mobile custom 1.3.1 - button icons not showing

Hello I'm trying to use jquery mobile custom to remove all the things I don't need (sliders, panels, etc.).

I've downloaded jquery mobile custom 1.3.1 with all the options selected and when I look at the result on a browser, everything works (transition, arrow buttons on listviews) but the back, refresh and home buttons don't show up.

I used firebug to check if I was missing something but everything seems OK.

here is a sample of my code :

 
  1. <link rel='stylesheet' href='./extnew/jquery.mobile.custom.structure.min.css'/> 
  2. <link rel='stylesheet' href='./extnew/jquery.mobile.custom.theme.min.css'/>
  3. <script src='./extnew/jquery.mobile.custom.min.js'></script> 
  4. ....
  5. <div data-role='page' id='page1' data-theme='c' class='pull-demo-page'>
  6. <div data-role='header' data-theme='b' data-position='fixed'> 
  7. <a href="#refr" data-icon="refresh" class="ui-btn-left" data-iconpos="notext"></a>

The icons do appear if I use the non custom jquery mobile.

Any pointer on what is missing ?

Thank you.