rename vars in SkinTemplate::outputPage()
authorAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Wed, 25 Jul 2012 09:23:26 +0000 (12:23 +0300)
committerAntoine Musso <hashar@free.fr>
Mon, 28 Jan 2013 11:30:40 +0000 (12:30 +0100)
commit08b70215957048c6ca6d942a7e9988d7bb259914
tree8e2712a8f6cd561d8a05fb1352ab2f263c96ddd7
parentb8bfe0ec2aa7bfff9622d13a1436e23b65cb9789
rename vars in SkinTemplate::outputPage()

The $tmp, $l names are not very meaningfull. This patch rename some
variables and avoid calling methods by adding some more variables.
Overall this cleanup the code to be more readable.

Change-Id: I4d2018c6cf3f651647bcb9e235b8322943bd5728
includes/SkinTemplate.php