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

INSTRUCTIONS:
Unzip the 'Zelda' 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 		= "Zelda";

And that's all!
Enjoy!

 - Andy


Please contact me with any questions, comments or problems you may
come across in using this theme.


CHANGE LOG:
03 January, 2007, 1:12am (GMT+10)
 - Made changes in vidplay.tpl to support the new flvplayer
02 January, 2007, 9:39pm (GMT+10)
 - A few small markup changes and fixes
 - Went through all templates and removed what wasn't needed.
 - Removed &amp;'s in pages with flash params so that the params would
   actually register and work.
 - Also updated the config.pl path in the readme. ^^^

02-01-2007 12:58am (GMT+10)
 - 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-01-2007 10:03pm (GMT+10)
 - Added menu template.
 - Fixed absolute address in vidplay.tpl
 - Moved picture name to the top of the page.
 - Removed fullscreen button from flv player.
 - Made some W3C Standards changes.

30-12-2006 6:41pm (GMT+10)

 - Video playing screen (vidplay.tpl)
    - Next segment link now shows just under the video
    - Background is now black.
    - Video has been resized to fit the Wii resolution.
    - Removed top padding so the video is now at the very top left of the screen.
    - Moved options links down a little to fit in the next segment link.
    - Removed the Link picture from the bg (mainly because of the white space still in the image). Didn't look good on the black bg.
 - zelda.css
    - Just a few changes made for vidplay.tpl.