|
Description
|
If you wish you can add descriptive text to the Header in Jinzora that will
display on all pages. This will appear right below the standard info in the header,
like the Genre you are viewing, artist, album info, etc. Something like this:
|
|
Genre List
|
(in Genre/Artist/Album mode) you can Disable the Genre drop down list if you wish.
This can be done during setup, or by editing settings.php and setting:
$genre_drop = "false";
|
|
Artist List
|
(in Genre/Artist/Album or Artist/Album mode) you can Disable the Artist drop down list if you wish.
This can be done during setup, or by editing settings.php and setting:
$artist_drop = "false";
|
|
Album List
|
(All Modes) you can Disable the Album drop down list if you wish.
This can be done during setup, or by editing settings.php and setting:
$album_drop = "false";
|
|
Song List
|
(All Modes) you can Enable (this is disabled by default) the Song drop down list if you wish.
This can be done during setup, or by editing settings.php and setting:
$song_drop = "false";
NOTE: On a large site, this can be INCREDIBLY slow. Since Jinzora must read
and therefore generate a select list of every track it can take forever to do. Please only
use this on smaller sites or at your own risk!
|