summaryrefslogtreecommitdiffstats
path: root/templates/install_header.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the install code a bitPaul Arthur2013-05-131-1/+0
| | | | | Remove lang/charset copypasta, unnecessary setting of $prefix, unnecessary constants.
* Cosmetics: death to tabsPaul Arthur2013-01-261-11/+11
| | | | | The refactoring I've been doing has reminded me of my strong preference for spaces, and I feel inclined to impose my will on the tree.
* Cosmetics: clean up heads in templates/Paul Arthur2013-01-251-7/+1
|
* Switch from _() to T_()Paul Arthur2012-04-121-6/+6
| | | | | | Even if we move away from php-gettext in the future, it's easy to write a quick T_() as a simple wrapper; it's not so easy to rewrite PHP to allow redeclaration of a function.
* Clean up some PHPDoc crapPaul Arthur2011-04-041-6/+1
| | | | | | Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't.
* templates header comment modified for phpdocmomo-i2011-02-031-1/+1
|
* some templates modified header commentmomo-i2011-02-031-17/+29
|
* Some grammar fixes and a code dedupe for installation. Identical code in 5Paul 'flowerysong' Arthur2010-09-181-0/+53
files makes the baby Jesus cry and eventually results in the code not being identical.