Single Page not displaying with custom design

Permalink
I want to use a custom design for my Registration page, i've added both a view.php and register.php to my main active theme folder and i still get the default page.

Any help would be much appreciated.

Register page here:
http://americanmedium.net/americanmedium1/index.php/register/...

If it makes anything difference this is coming off a login block with this code:

<div id="mc_embed_signup"><form class="validate" id="mc-embedded-subscribe-form" method="post" style="bottom:90px;" action="/americanmedium1/index.php/login/do_login/">
         <input id="uName" type="text" name="uName" value=""  class="email" style="left:20px;"  /><br />
         <input id="uPassword" type="password" name="uPassword" value=""  class="email" style="left:40px;" /><br />   
      <input type="submit" class="button" id="submit" name="submit" value="Enter Me" /><br>
               <a href="/americanmedium1/index.php/register/" style="color:#FFF; font-family:Arial, Helvetica, sans-serif;">Register</a>
   </form>

benvickers
 
Mainio replied on at Permalink Best Answer Reply
Mainio
Open up:
/config/site_theme_paths.php


In that file, you see comments that help you further.

Antti / Mainio
benvickers replied on at Permalink Reply
benvickers
Sound advice, thank you!