From 57feb6e59f414026e1367146d89a9b5ff8f066ad Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Mon, 21 Nov 2011 21:23:21 +0100 Subject: Cosmetic changes to code layout. --- ratatoeskr/backend/main.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/ratatoeskr/backend/main.php b/ratatoeskr/backend/main.php index 05513b1..83ca013 100644 --- a/ratatoeskr/backend/main.php +++ b/ratatoeskr/backend/main.php @@ -966,7 +966,6 @@ $backend_subactions = url_action_subactions(array( if($fo->isFile()) $ste->vars["templates"][] = $fo->getFilename(); } - sort($ste->vars["templates"]); echo $ste->exectemplate("systemtemplates/templates.html"); @@ -1043,7 +1042,6 @@ $backend_subactions = url_action_subactions(array( /* Get all styles */ $ste->vars["styles"] = array_map(function($s) { return $s->name; }, Style::all()); - sort($ste->vars["styles"]); echo $ste->exectemplate("systemtemplates/styles.html"); -- cgit v1.2.3-54-g00ecf