Pastoid

Search Results

October 18, 2008 at 10:05 am - View

// this allows theme authors/users to create a customized jambo.form template // for Jambo to output it's form. we should have a default smarty template too. public function filter_available_templates( $templates, $class ) { if ( !in_array( 'jambo.form', $templates ) ) { switch ( strtolower($class) ) {

October 18, 2008 at 2:54 am - View

October 17, 2008 at 11:12 am - View

October 17, 2008 at 10:47 am - View

October 17, 2008 at 9:08 am - View

<?php class evalPHP - View

<?php class evalPHP extends Plugin { public function info()

October 16, 2008 at 3:35 pm - View

{hi:display:header} <!--begin content--> <div id="content"> <?php $post_count = 0; ?> {hi:posts}

October 16, 2008 at 2:17 pm - View

http://www.technosysinc.net/products.html http://www.cheaphpprinters.com/Product.asp?id=311&ADTR=1 http://www.onlinesupplystore.com/Product.asp?id=6223&ADTR=1&NexID=10543

October 15, 2008 at 9:44 pm - View

{hi:display:header} <!--begin content--> <div id="content"> <?php $post_count = 0; ?> {hi:posts}

October 15, 2008 at 9:23 pm - View

{hi:display:header} <!--begin content--> <div id="content"> <?php $post_count = 0; ?> {hi:posts}

October 15, 2008 at 7:36 pm - View

<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"><head> <style> #aBlock, #bBlock, #cBlock

October 15, 2008 at 4:37 pm - View

<?php /* This is a porting to Habari of the "Latex for WordPress" plugin by Zhiqiang. Version 2.01 of the original plugin was retrieved on October 12th, 2008 from

October 15, 2008 at 1:26 pm - View

October 15, 2008 at 11:50 am - View

<?php /* Plugin Name: Viewzi for WordPress Plugin URI: http://viewzi.com Description:

October 15, 2008 at 4:12 am - View

<?php /* This is a porting to Habari of the "Latex for WordPress" plugin by Zhiqiang. Version 2.01 of the original plugin was retrieved on October 12th, 2008 from

October 15, 2008 at 3:47 am - View

<?php /* This is a porting to Habari of the "Latex for WordPress" plugin by Zhiqiang. Version 2.01 of the original plugin was retrieved on October 12th, 2008 from

October 15, 2008 at 12:53 am - View

$active_page = ORM::factory('page')->where(array('user_id' => $id))->find(); foreach ($active_page->widget_instances as $widget_instance) { foreach ($widget_instance->widget_instance_infos as $widget_info) {

October 14, 2008 at 8:08 pm - View

Owen Winkler, Open Source Developer Who are you and what do you do?

October 14, 2008 at 7:57 pm - View

public function action_form_publish($form, $post) { if($post->content_type == Post::type('product')) { $form->append('text', 'price', 'null:null', 'Price', 'admincontrol_text'); $form->price->value= $post->info->price;

October 14, 2008 at 1:41 pm - View

public function theme_latest_posts() { $posts= Posts::get(array ( 'status' => 'published','content_type' => 'entry', 'limit' => 5, ) ); $block= '<div class="sb-module">'; $block .='<h2>Latest</h2>';

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