Small issue when theming existing Single Pages

Permalink
Hi Everyone,

I've run into a small problem which baffles me somewhat.

I'm trying to create a custom theme for the login page so I did all the default stuff:
- Created my own view.php
- Created login.php in my theme directory
- Updated site_theme_paths.php so the login page is set to my theme
- Refreshed the login page from Single Pages in the Dashboard
- Cleared the cache from System & Settings

And all this worked without a hitch. However, if I place the login page in a directory called single_pages in my theme directory and then specify the location to it in the site_theme_paths.php file (mytheme/single_pages) it refuses to use my view.php or even the default view.php. I've cleared the cache and reset the login page from Single Pages in the Dashboard without any luck at all.

Am I missing something here?

Edit:

Well it seems not even the standard way works anymore. I cleared the cache and it stopped working entirely. It's loading in the login.php but that's it, it's not even using my own view.php after I switched it back to using login.php from just my theme directory rather then the single_pages folder.

I'm completely stumped.

alenb