// $Id$ function reftagger_admin() { $form['reftagger_TooltipBibleVersion'] = array( '#type' => 'select', '#title' => t('The Bible version to use'), '#default_value' => variable_get('reftagger_TooltipBibleVersion', 'ESV'), '#options' => array( 'ESV' => t('English Standard Version'), 'NIV' => t('New International Version'), ), '#description' => 'The Bible version to use in the tooltips', ); return system_settings_form($form); } function reftagger_menu() { $items = array(); $items['admin/settings/reftagger'] = array( 'title' => 'RefTagger module settings', 'description' => 'Settings for the RefTagger module', 'page callback' => 'drupal_get_form', 'page arguments' => array('reftagger_admin'), 'access arguments' => array('access administration pages'), 'type' => MENU_NORMAL_ITEM, ); return $items; } function reftagger_help($path, $arg) { $output = ''; switch($path) { case "admin/help#reftagger": $output = '
'.t("Adds Logos™ RefTagger functionality to your site").'
'; break; } return $output; } function reftagger_perm() { return array('access reftagger content'); } function reftagger_footer($main) { $output = ''; $output .= ''; $output .= ''; return $output; }A few late night thoughts. The MTV generation is all about birth control. They are all about getting every girl in this country on birth control. They are all about condoms. Stop unwanted pregnancies, stop STD's, be responsible. They've taken all the meaning and commitment in sex and turned it into something as common as drinking a cup of coffee. They tell you to use a medication to prevent pregnancy that can cause holes in your heart. They feel free to tell you that it's okay to kill your baby if you happen to get pregnant. All so that you can meaningless sex with whoever you desire. It's all about your pleasure and none of the responsibility.
There's a much easier and safer way to not get pregnant, to not get an STD, and to be responsible. Abstain from sex before marriage. You rarely hear an adult tell their kids that when they have "the talk". The right attitude is probably not that "they'll do it anyway". The right attitude is teaching them to do the right thing. To value relationships, to value marriage, to value sex for what it is, to value life.