// $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; }...for any apologists in need:
Our Bishop is such a wonderful blessing to our diocese.
...along with the pro-Choice movement. She was quoted as saying that Saint Augustine said that "life begins at three months." In order to combat this statement, which seemed an awful lot like speaking an untruth about a Church Doctor to me, I went looking to see what Augustine actually said, in his Enchiridon.
St. Peter Canisius Apostolate has declared September to be "Pray for Catholics Month", following pray for "P.Z. Meyers Month," and with good reason. I think the quote he uses from Gaudium et Spes §19 is quite an appropriate one:
It also makes me think to ask for peoples prayers, that I may live authentically, be converted deeply, and purged of evil that I may shine the light of Christ to all I meet. So like the porter at a monastery — “Thanks be to God! A blessing, please!”
You know we can be so selfish as a race — we kill babies and we feel proud of ourselves. We feel like we've saved the world by not bringing a baby into this world. One more low income baby, one more minority baby, one more teenager who "made a mistake", one more one night stand gone awry. Why is the the convenience of ourselves and our society more important then the lives of those babies? Pro- choicers won't answer that for you. They'll just give you statistics about how much better that mothers life is.
Two great little quotes from it:
...
As Matthew McCabe, an alumnus, puts it, 'We want to be medieval Protestants.'"Sorry, you want to be... medieval Protestants?
~
Well, after playing around with Drupal a bit, I decided to take the plunge and use it for our blog instead of Nucleus CMS. I was inspired by another good friend of mine after he told me about a project he was working on, and I thought I might try to do something similar. It may never see the light of day, but there are a few things I'd like to try and do.
One of them is writing about various quotes or passages from Scripture that inspire me, so maybe I'll even remember what the inspiration was!