Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This reverts commit aeca8807dbce951beccbc3fb0e5a4ae5600e5e5f.
We specifically DON'T have closing tags so we don't get errors with
whitespace after the closing tag.
I realize this is less of an issue with scripts, but we should still
not use closing tags.
|
|
Pulled together some of the if() statements in showProfile() so they
weren't so redundant.
Also, reformatted the file. Lots of whitespace gar.
|
|
|
|
'WTF' best describes this behaviour. Further investigation required.
|
|
|
|
|
|
|
|
theme will follow after some tests.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in <head>
|
|
Conflicts:
classes/Profile.php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The $tomod variable wasn't set, and the ColumnDef constructor
didn't work without any args. These are fixed.
|
|
|
|
|