From f0b640058427aff2d9d60899f9005980ab89c0ef Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Sun, 31 Oct 2010 16:38:22 -0700 Subject: more lint --- view/default.php | 14 +++++++------- view/profile.php | 16 ++++++++-------- view/profile_selectors.php | 3 +++ 3 files changed, 18 insertions(+), 15 deletions(-) (limited to 'view') diff --git a/view/default.php b/view/default.php index 2d45d946a..60bda2669 100644 --- a/view/default.php +++ b/view/default.php @@ -1,17 +1,17 @@ - <?php echo $page['title'] ?> - + <?php if(x($page,'title')) echo $page['title'] ?> + -
- - -
+
+ + +
-
+
diff --git a/view/profile.php b/view/profile.php index 5b092d1dc..1d036dc5c 100644 --- a/view/profile.php +++ b/view/profile.php @@ -1,12 +1,12 @@ - <?php echo $page['title']; ?> - + <?php if(x($page,'title')) echo $page['title']; ?> + -
- +
+
- +
- +
diff --git a/view/profile_selectors.php b/view/profile_selectors.php index 46f5c8b68..335f292dc 100644 --- a/view/profile_selectors.php +++ b/view/profile_selectors.php @@ -2,6 +2,7 @@ function gender_selector($current="",$suffix="") { + $o = ''; $select = array('', t('Male'), t('Female'), t('Transsexual'), t('Hermaphrodite'), t('Neuter'), t('Other'), t('Undecided')); $o .= ""; @@ -27,6 +29,7 @@ function sexpref_selector($current="",$suffix="") { function marital_selector($current="",$suffix="") { + $o = ''; $select = array('', t('Single'), t('Lonely'), t('Available'), t('Unavailable'), t('Dating'), t('Unfaithful'), t('Sex Addict'), t('Friends'), t('Friends/Benefits'), t('Casual'), t('Engaged'), t('Married'), t('Partners'), t('Cohabiting'), t('Happy'), t('Not Looking'), t('Swinger'), t('Betrayed'), t('Separated'), t('Unstable'), t('Divorced'), t('Widowed'), t('Uncertain'), t('Complicated'), t('Don\'t care'), t('Ask me') ); $o .= "