The fact that you have different error PAGES for different errors over simplifies everything you're trying to do. The code could be cleaned up and if Jos doesn't beat me to it, I will.
Printable View
The fact that you have different error PAGES for different errors over simplifies everything you're trying to do. The code could be cleaned up and if Jos doesn't beat me to it, I will.
Use: $config['site']['sname'] = 'Cronic Hotel';
Instead of: $sname = 'Cronic Hotel';
Yea, Why? LOL
Whats the point off echo an include
Code:elseif(strlen($username) < 3)
{
echo include "/errors/small.php";
}
Xenous made a base for me with a template system so I thank him for that. Now It's on a template system. Had to delete the register and draggable boxes meanwhile.
http://www.iaza.com/work/120331C/iaza16831321827400.png
Will start doing daily updates now, I am on the Easter Holidays.
Goodluck sean, hope to see this finished.
Yeah, I used to do:
without knowing I was using a multi dimensional array.. :blink:Code:$Hotel['site']['name'] = "lol";
Lol I had already started something like this 2 weeks ago, but then I started frost :P
What I had: Made this some time ago.zip