Pastoid

Search Results

December 15, 2008 at 4:53 pm - View

CJD's HiEngine Loop - View

// derived from http://chrisjdavis.org/habari-tips-amp-tricks // Not tested running, but looks ok to me {hi:hnewests} <div id="entry-{hi:id}" class="span-10 post">

Trees - View

Index: /shares/natas - View

Index: /shares/natasha/habari/trunk-raw/system/classes/site.php =================================================================== --- /shares/natasha/habari/trunk-raw/system/classes/site.php (revision 2948) +++ /shares/natasha/habari/trunk-raw/system/classes/site.php (working copy) @@ -179,7 +179,7 @@ (root):Site(class):get_url(function)

December 13, 2008 at 1:08 pm - View

<?php class LoginForm extends Fieldset { public function __construct() {

December 13, 2008 at 5:25 am - View

if( isset( $result->pubdate ) ) { if ( is_string( $result->pubdate ) ){ $found[$i]->date= $result->pubdate; } else { $found[$i]->date= $result->pubdate->date . ' ' . $result->pubdate->time;

December 12, 2008 at 9:56 pm - View

public function act_display( $paramarray= array( 'user_filters'=> array() ) ) { $paramarray['user_filters']['not:tag']= $this->options['your_tag']; parent::act_display( $paramarray ); }

December 12, 2008 at 10:02 am - View

December 11, 2008 at 8:46 pm - View

/** * Implemenation of hook_menu(). * */ function emergency_contact_menu($may_cache) {

December 11, 2008 at 5:58 pm - View

December 11, 2008 at 12:37 pm - View

Comments with FormUI - View

Index: htdocs/system/admin/formcontrols/admincontrol_text.php =================================================================== --- htdocs/system/admin/formcontrols/admincontrol_text.php (revision 2934) +++ htdocs/system/admin/formcontrols/admincontrol_text.php (working copy) @@ -4,8 +4,5 @@

December 10, 2008 at 3:18 pm - View

/** * Implement hook_form(). */ function emergency_contact_form() { $form['cell_phone'] = array(

December 10, 2008 at 2:58 pm - View

function theme_emergency_contact_detail($result) { //Intialize HTML table header titles. $out .= 'Your Current address info blah blah'; $header = array('Cell Phone', 'Other Phone', 'Non-PBU Email', 'Address 1', 'Address 2', 'City', 'State', 'Zip Code', 'Parent Phone 1', 'Parent Phone 2'); $rows = array();

December 10, 2008 at 2:27 pm - View

function emergency_contact_detail() { if (user_access('view emergency info')) { $dbConnect = mssql_connect_estab($conn);

December 10, 2008 at 2:14 pm - View

function chapel_attend_menu($may_cache) { $items = array(); if ($may_cache) { } else {

December 10, 2008 at 2:11 pm - View

function chapel_attend_menu($may_cache) { $items = array(); if ($may_cache) { } else {

December 10, 2008 at 12:58 pm - View

-- phpMyAdmin SQL Dump -- version 2.11.9.3 -- http://www.phpmyadmin.net -- -- Host: mysql.mastermade.us

December 10, 2008 at 12:47 pm - View

-- phpMyAdmin SQL Dump -- version 2.11.3deb1ubuntu1 -- http://www.phpmyadmin.net -- -- Host: localhost

December 10, 2008 at 12:40 pm - View

-- phpMyAdmin SQL Dump -- version 2.11.3deb1ubuntu1 -- http://www.phpmyadmin.net -- -- Host: localhost

1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 · 19 · 20 · 21 · 22 · 23 · 24 · 25 · 26 · 27 · 28 · 29 · 30 · 31 · 32 · 33 · 34 · 35 · 36 · 37 · 38 · 39 · 40 · 41 · 42 · 43 · 44 · 45 · 46 · 47 · 48 · 49 · 50 · 51 · 52 · 53 · 54 · 55 · 56 · 57 · 58 · 59 · 60 · 61 · 62 · 63 · 64 · 65 · 66 · 67 · 68 · 69 · 70 · 71 · 72 · 73 · 74 · 75 · 76 · 77 · 78 · 79 · 80 · 81 · 82 · 83 · 84 · 85 · 86 · 87 · 88 · 89 · 90 · 91 · 92 · 93 · 94 · 95 · 96 · 97 · 98 · 99 · 100 · 101 · 102 · 103 · 104 · 105 · 106 · 107 · 108 · 109 · 110 · 111 · 112 · 113 · 114 · 115 · 116 · 117 · 118 · 119 · 120 · 121 · 122 · 123 · 124 · 125 · 126 · 127 · 128 · 129 · 130 · 131 · 132 · 133 · 134 · 135 · 136 · 137 · 138 · 139 · 140 · 141 · 142 · 143 · 144 · 145 · 146 · 147 · 148 · 149 · 150 · 151 · 152 · 153 · 154 · 155 · 156 · 157 · 158 · 159 · 160 · 161 · 162 · 163

<Hide