From: Antonio Ospite <ao2@ao2.it>
Date: Wed, 18 May 2016 10:10:15 +0000 (+0200)
Subject: tweeper.php: move the loadStylesheet() method more down in the file
X-Git-Tag: v0.6~28
X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/51b8e3315ebbe93d4043e7300c29089744c9b7de?ds=sidebyside;hp=51b8e3315ebbe93d4043e7300c29089744c9b7de

tweeper.php: move the loadStylesheet() method more down in the file

This way all static methods are grouped together before non-static
methods.
---