Theming Single_Pages

Permalink
Hi,
I was wondering if anyone could possibly point me in the right direction.
I am trying to attach a theme to single pages, Login, Register, Page not found and Page forbidden.
I have created a view.php but not sure what is the correct way to write the variable $innerContent.
I have also copied the single_pages from the concrete/single_pages directory and placed them in /single_pages.
Also I have altered the site_theme_paths.php in the config directory and added my theme name, where it said "your_theme_name".

I am obviously doing something wrong here as the standard Concrete theme is still showing for these single pages.
Any pointers would be greatly appreciated.....still learning, but really enjoying using Concrete5.

Many thanks
Sean

SeanBrogan
 
SeanBrogan replied on at Permalink Reply
SeanBrogan
So I have the code correct now but it is still not showing my theme.
<?php print $innerContent?>

Maybe I need to place the single pages inside my theme...just a stab in the dark.
Any ideas?

Cheers
Sean
SeanBrogan replied on at Permalink Reply
SeanBrogan
Here is the solution:

http://www.concrete5.org/index.php?cID=4499...

Working nicely now.