Jinzora's Header

There are many things that can be changed in the header that is displayed on all pages within Jinzora. They are:

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.

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";

Previous (Artist | Album) You can optionally enable Previous menus. This will track where a user has been and present them with an easy drop down list to return them to where they've been before. This can be managed with the variable:

$display_previous