Pastoid

Search Results

January 16, 2009 at 10:54 pm

$( '#import_progress' ).load( \"{$ajax_url}\", { db_host: \"{$db_host}\", db_name: \"{$db_name}\",

View January 16, 2009 at 10:54 pm

January 16, 2009 at 1:29 pm

protected function get_file( $file_name ) { if( $this->is_local_file( $file_name ) ) { return $this->get_local( $file_name ); }

View January 16, 2009 at 1:29 pm

HiEngine fix

public function display($template) { extract($this->engine_vars); if ($this->template_exists($template)) { $template_file = isset($this->template_map[$template]) ? $this->template_map[$template] : null;

View HiEngine fix

January 16, 2009 at 9:24 am

<?php if( !($request->display_home) and isset($post)) { ?> <?php if($post->content_type == Post::type('entry')) { ?> <p>Tagged:</p> <p><?php echo $post->tags_out; ?></p> <?php } ?>

View January 16, 2009 at 9:24 am

January 16, 2009 at 9:17 am

<?php if($post->content_type == Post::type('entry')) { ?> <p>Tagged:</p> <p><?php echo $post->tags_out; ?></p> <?php } ?>

View January 16, 2009 at 9:17 am

January 16, 2009 at 9:16 am

<?php if($post->content_type == Post::type('entry')) { ?> <p>Tagged:</p> <p><?php echo $post->tags_out; ?></p> <?php } ?>

View January 16, 2009 at 9:16 am

January 16, 2009 at 9:11 am

<?php if ( !( $request->display_home ) ): $my_pages=array('about','resources','foo','bar'); // Edit/add your pages to this array $vars=Controller::get_handler_vars(); if ( !in_array( $vars['slug'], $my_pages ) ):

View January 16, 2009 at 9:11 am

January 16, 2009 at 8:47 am

//in your sidebar <?php $vars=Controller::get_handler_vars(); $if (vars['slug'] == 'about'): //where 'about' is the slug of your About page

View January 16, 2009 at 8:47 am

January 15, 2009 at 3:43 pm

foreach($photos['photo'] as $photo) { echo '<img class="captify" src="' . $this->f->buildPhotoURL($photo,"medium") . '" alt="' . $photo[title] . '" title="' . $photo[title] . '" />'; $i++; }

View January 15, 2009 at 3:43 pm

January 15, 2009 at 2:39 am

View January 15, 2009 at 2:39 am

January 14, 2009 at 7:29 pm

public function theme_colorTag($theme, $post) { $post->info; ?> <div id="colorTag" style="background-color: rgb(<?php echo $post->info->colorTag[0]?> , <?php echo $post->info->colorTag[1] ?>,<?php echo $post->info->colorTag[2] ?>);

View January 14, 2009 at 7:29 pm

January 14, 2009 at 5:07 pm

View January 14, 2009 at 5:07 pm

January 14, 2009 at 1:21 pm

View January 14, 2009 at 1:21 pm

Indian Acres

View Indian Acres

January 13, 2009 at 1:10 pm

Array ( )

View January 13, 2009 at 1:10 pm

January 13, 2009 at 2:19 am

INSERT INTO habari__rewrite_rules (rule_id, name, parse_regex, build_str, handler, action, priority, is_active, rule_class, description, parameters) VALUES (1, 'display_entry', '%(?P<year>\\d{4})/(?P<mon0>\\d{2})/(?P<mday0>\\d{2})/(?P<slug>[^/]+)[/]{0,1}$%i', '{$year}/{$mon0}/{$mday0}/{$slug}', 'UserThemeHandler', 'display_post', 8, 1, 0, '', NULL);

View January 13, 2009 at 2:19 am

January 12, 2009 at 6:52 pm

View January 12, 2009 at 6:52 pm

January 12, 2009 at 12:25 pm

View January 12, 2009 at 12:25 pm

January 12, 2009 at 12:11 pm

View January 12, 2009 at 12:11 pm

January 12, 2009 at 8:39 am

View January 12, 2009 at 8:39 am

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

<Hide