Wiipaper theme for WiiCR
Version: 0.4.1
Created by Andrew Hughes (a.hughes@gmail.com)
Occasionally on IRC:
/server irc.freenode.net
/join #wiicr

INSTRUCTIONS:
Unzip the 'Wiipaper' folder to '/path/to/xampp/htdocs/wmc/themes/'.
You will know you're in the right place when you see the
folder for the default theme named 'icons1'.

Next open up 'config.pl'. Found in '/path/to/xampp/htdocs/wmc/config.pl'.
And change this line:
$theme 		= "icons1";
to
$theme 		= "Wiipaper";

And that's all!
Enjoy!

 - Andy



CHANGE LOG:
03 January, 2007, 12:19am (GMT+10)
 - Fixed absolute address in pics template.
02 January, 2007, 9:52pm (GMT+10)
 - v0.4
 - Added redirects to playlist delete page and mp3 play page to save having to
   click again.
 - Various markup changes.
 - Removed &amp;'s from script body for embedded flash objects.
   Video player and mp3 player will now display and act correctly.

02 January, 2007: v0.3.1
 - Big/small changes to vidplay.tpl
   - Removed the need for the delay counter which was basically a timer
     that was the same duration for any movie size and would sometimes go
     to the next segment even if the movie wasn't finished, like you paused
     it or something.

     The javascript in the template now interacts directly with the flvplayer
     and knows exactly when the movie of any size finishes.
     With this, it is also possible to grab other information from the player
     like where the movie is currently at, if it's paused etc...

     To keep it short, no more need of going back and forward and clicking on
     the next segment link :)

01 January, 2007: v0.3
 - Video page (vidplay.tpl)
    - To make it easier to watch videos the general theme layout
      has totally been scrapped for this page.
    - Placed video in top left corner of the screen.
    - Made background black.
    - Removed fullscreen button on the player.
 - Added the new menu template and updated all pages to use it.
 - Fixed some hardcoded absolute addresses.
 - A few small markup changes which aren't visible.

29 December, 2006: v0.2.5
 - Added the new vidplay.tpl
 - Changed all links to the new query string style.
 - Converted all tile links to traditional links with the query string.
   - This should get rid of the border that was showing up on the Wii.
     Although I haven't had the chance to test it on the Wii.
 - Added the new icons from the icons1 theme. And resized the ones for
   tiles.
 - Fixed mp3 and video players so that they now show up again.
 - Added favourites templates and support.
 - Various other source changes/styling