I’m trying to figure out why I’m getting so many errors on the page getting validated and why I’m getting my page to look like the template. The CSS files are exactly the same. For some reason the div with a class of login-footer clear isn’t inside the login box model like it is in the template and the label for the two text boxes aren’t quite aligned right.
Template Page: http://www.kansasoutlawwrestling.com/admintemp/login.html
My Page: http://www.kansasoutlawwrestling.com/kowmanager/index.php/auth/login
Or maybe it has to do with the controller and view.
Edit: The errors on the page were fixed only issue remaining is the alignment difference with the login-footer div difference.
Config/asset.php: http://pastebin.com/195usTQG
The page won’t validate because of all the PHP errors that are output before the DOCTYPE is even loaded. It looks like you’re using a constant that isn’t defined, but I really can’t say more without digging through your source.
Start by checking the file
config/asset.phplike the errors suggest.