Styling Registration Form
PermalinkHow do I go about styling this.

Can you give me a link to an example of how to do this?
is bank holiday in the uk, later on i will send you an example how to
override theme paths .
On 4/29/11, Concrete5 Community <discussions@concretecms.com> wrote:
http://www.concrete5.org/developers/bugs/5-4-1-1/install-single-pag...
Follow this link and read my discussion with Mnkras.
I was looking to install a login page from a package and end up learning how to override site_theme_Path.php.
If this is correct and solves your problem please consider best anwser for future reference:}
<? defined('C5_EXECUTE') or die("Access Denied."); ?> <h1><?=t('Site Registration')?></h1> <div class="ccm-form"> <? if($success) { switch($success) { case "registered": ?> <p><strong><?=$successMsg ?></strong><br/><br/> <a href="<?=$this->url('/')?>"><?=t('Return to Home')?></a> <? break; case "validate": ?> <p><?=$successMsg[0] ?></p>