Pastoid

Search Results

April 19, 2009 at 2:21 pm - View

Blocks/Areas - View

public function theme_area($theme, $area) { switch($area) { case 'sidebar': $twitter = $theme->twitter_return();

Blocks/Areas - View

public function area($area) { $blocks = array( 'sidebar' => array( 0 => array(

New Habari More Function - View

public function more($content, $post) { $more_text = 'Read the rest →'; $max_paragraphs = 3;

April 19, 2009 at 1:25 am - View

Asy Redesign - View

April 18, 2009 at 11:54 am - View

<?php /** * Our test CC module adapter */

April 17, 2009 at 1:33 pm - View

April 17, 2009 at 11:01 am - View

public function filter_template_where_filters( $filters ) { if( isset( $filters['content_type'] ) ) {

Alternatives to Wordpress - View

April 14, 2009 at 4:14 pm - View

<?php class Projects extends Plugin { /** * Provides Plugin information.

April 14, 2009 at 3:22 pm - View

$rules[] = array( 'name' => 'display_project', 'parse_regex' => '%^project[/]?$%i', 'build_str' => 'project', 'handler' => 'PluginHandler',

April 13, 2009 at 2:34 pm - View

Warning: Invalid argument supplied for foreach() in system/classes/post.php line 69

April 13, 2009 at 2:24 pm - View

Notice: Constant DEBUG already defined in config.php line 11 config.php line 11: define( ...1 args... ) system/classes/installhandler.php line 88:

9bot\'s status on Monday, 30-Mar-09 00:10:00 UTC - Labs/MUX - View

Laconica config.php - View

$config['site']['broughtby'] = 'Utopian.net Laboratories'; $config['site']['broughtbyurl'] = 'http://labs.utopian.net/'; $config['site']['closed'] = true;

April 11, 2009 at 3:24 am - View

April 11, 2009 at 3:23 am - View

April 11, 2009 at 12:09 am - View

<?php // Menu tabs foreach ( $pages as $tab ) { echo '<a href="' . $tab->permalink . '" title="' . $tab->title . '">' . $tab->title . '</a> &bull; ' . "\n"; }

April 10, 2009 at 11:22 pm - View

<?php Config::set( 'db_connection', array( 'connection_string'=>'mysql:host=localhost;dbname=singingl_singing', 'username'=>'singingl_habari', 'password'=>'XXXX',

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