summaryrefslogtreecommitdiffstats
path: root/app/view/stdpage.php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-02-07Move body padding-top style to stdpage\head()Malf Furious1-0/+4
To accomodate the navbar, also changed to the more-common value of 70px. This looks ok on the setup page.
2018-02-07Update stdpage\head()Malf Furious1-0/+11
Added name and version number to information comment.
2017-06-27Reformat view helper modulesMalf Furious1-3/+4
To limit whitespace being piped to the client, remove empty lines of free HTML between PHP functions defined in view files. To maintain readability, this spacing is added back at the top and bottom of each PHP function.
2017-06-24Remove unnessary identifier qualifiersMalf Furious1-3/+3
2017-06-24Add stdpage view templateMalf Furious1-0/+65