On my master page, I have two images - a logo at the top and a Facebook link at the bottom. There is also an admin folder containing .aspx pages specifically for admin logins.
For all non-admin pages, the images are accessed using the src of image/logo.jpg and image/fb.jpg. However, the admin pages require the src to be /image/logo.jpg and /image/fb.jpg.
Is there a way to have different paths for these images based on the folder, without the need to create a duplicate master page?