From 5d474177113f563c5c4d299485e0edb27d061f8a Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 15 Nov 2010 21:06:44 -0800 Subject: more view cleanup --- view/profile_selectors.php | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 view/profile_selectors.php (limited to 'view/profile_selectors.php') diff --git a/view/profile_selectors.php b/view/profile_selectors.php deleted file mode 100644 index 335f292dc..000000000 --- a/view/profile_selectors.php +++ /dev/null @@ -1,42 +0,0 @@ -"; - foreach($select as $selection) { - $selected = (($selection == $current) ? ' selected="selected" ' : ''); - $o .= ""; - } - $o .= ''; - return $o; -} - -function sexpref_selector($current="",$suffix="") { - $o = ''; - $select = array('', t('Males'), t('Females'), t('Bisexual'), t('Autosexual'), t('Abstinent'), t('Virgin'), t('Nonsexual')); - - $o .= "'; - return $o; -} - - -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 .= "'; - return $o; -} -- cgit v1.2.3