I see a index file that shows where/how things are laid out.
But I am not able to find the file that controls where things are placed.
I am wanting to do a few things.
1)Move the nav out of the header
2)Add a few links to the nav (to main page and blog)
3)change where the site notification shows
I am wanting to do this for a theme I am making.
Thanks
Comments
I am looking to add a link back to my main site and the blog.
Your best bet for adding links would be making a plugin to hook in to do it because if you directly edit the core system files most things would break when you upgrade the software. Take a look at http://status.net/wiki/HOWTO_Make_a_Plugin
If you did want to edit the core software to add those things I believe that the relevant code is in /lib/action.php