From c1fe66bec5fb2fe3ce3be2985036c0c8b006d7fd Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 21 Jul 2012 18:03:22 -0700 Subject: breakup css into page layout css, and provide module specific layout css - which should dramatically reduce the size of theme files and reduce load times --- mod/zregister.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'mod') diff --git a/mod/zregister.php b/mod/zregister.php index e55c9f5ba..2b8b0ebff 100644 --- a/mod/zregister.php +++ b/mod/zregister.php @@ -1,7 +1,12 @@ page['layout'] = 'full'; +} + + +function zregister_post(&$a) { global $lang; @@ -155,7 +160,7 @@ function register_post(&$a) { } return; -}} +} -- cgit v1.2.3