<?php ### theme.php ### // Holds the information for the "Default" theme // Points to the name of the directory where the theme contents are located // (include trailing slash) $THEME = "default/"; // Url where the icons may be found (in relation to the main brunhilde folder) // (no trailing slash). $ICON_URL = "$THEME_DIR$THEME"."pics"; // absolute url path to the stylesheet for this theme $STYLESHEET = "$SCRIPT_URL/$THEME_DIR$THEME"."stylesheet.css"; // color of regular non-link text $TEXT = "#000000"; ### Note: these last variables may be either colors or background images ### width= , height=, and other image commands may be included, separated with ### spaces, following the for greater control of the image // the main logo $LOGO = "pics/brunhilde.jpg border=0"; // the table border color $BORDER = "bgcolor=#000000"; #BORDER = "bgimage=$ICON_URL/border.jpg"; // the main page background color/image and/or both #$BACKGROUND = "bgcolor=#ffffff"; $BACKGROUND = "bgcolor=#ffffff background=$ICON_URL/back.jpg"; // the title background color/image $TITLE = "bgcolor=#dld5d7"; #$TITLE = "bgimage=$ICON_URL/title.jpg"; // the table body color/image $BODY = "bgcolor=#eaecef"; #BODY = "bgimage=$ICON_URL/body.jpg"; // the "edit" icon $EDIT_ICON = "$ICON_URL/edit.gif border=0"; // the "subdirectory" icon $SUBDIR_ICON = "$ICON_URL/dir.gif border=0"; // the "m3u" icon $ID3_ICON = "$ICON_URL/id3.gif height=18 width=16 border=0"; // the download button's icon. $DOWNLOAD_ICON = "$ICON_URL/download.gif width=13 height=13 border=0"; // the "play" button's icon $PLAY_ICON = "$ICON_URL/play.gif border=0"; ### In order to test your theme, you may use the 'sample.php' script in the ### Main directory like this: 'sample.php?theme=your_theme_directory' ### NOTE: You must also supply a screenshot of what your theme looks like ### When implemented. Include a "screenshot.jpg" in your theme's main directory ### I recommend that this screenshot be 'height 120 x width 170' as that is ### How it will be formatted in the theme browser ### Be sure to edit the 'info.php' file as well ?>