Sidebar - Switch from Left to Right?

Hello again. Silly question here...

I'm trying to switch the G2 item actions sidebar from left to right. What files need to be changed? Thanks again!

To move the sidebar to the

To move the sidebar to the right you would need look at the photo.tpl, album.tpl file. Look for the section that has

{g->theme include="sidebar.tpl"}

If you want to move the sidebar in the Site Admin area you would need to have a look the admin.tpl file.

These files are found in the templates directory.

You may also need to look at the css file and make any changes required.

Don't make changes to these files directly but create a "local" directory within the templates directory make a copy of the file you wish to modify and paste into this directory. This will make upgrades much easier.