Dark Theme and 1.5

I am a new user working with Omeka 1.5 and I installed the dark theme. It has been working fine with no errors. However, I cannot find the common folder with the header.php file to change the navigation order.

I have been able to edit some other pages which I found in the applications/views folder.

Is the Dark theme compatible with version 1.5? If so, how can I change my navigation order?
And where can I find the correct header.php file?

Check out the documentation on default theme files.

Basically, the Dark theme doesn't include a header itself, so Omeka falls back to a "default" header in application/views/scripts.

If you want to edit the header, the best way is to create the common folder in dark and copy the application/views/scripts common/header.php there, then edit it within Dark.

Thanks for pointing me to that page.

I have copied the file over. However I don't see the navigation code that is mentioned in this post (from 3 years ago): http://omeka.org/forums/topic/ordering-the-webpages-links-in-the-home-page

This instructs how to change the order of the public_nav_main array. Do I have to add this code in?

Thanks so much for your help!

Nevermind... I figured it out from the very post link I posted above. It works. I found the functions.php file, and the navigation code was there. Thanks very much again.

} else {
$navArray = array(__('About')=>uri('about'), __('Browse Items') => uri('items'), __('Browse Collections') =>uri('collections'));
return public_nav_main($navArray);

The easiest way is to configure the main nav in the administrative panel for the website: Settings->themes->Dark ->Configure

as detailed here in Managing Themes: http://omeka.org/codex/Managing_Themes

And if you want the footer nav to match, follow these instructions from a different forum post: http://omeka.org/forums/topic/custom-nav-tweaking-in-themse