Pastoid

Search Results

May 15, 2008 at 12:39 pm - View

class Oilywood extends Theme { public function add_template_vars() { if( !$this->template_engine->assigned( 'pages' ) ) {

May 14, 2008 at 11:18 am - View

foreach($result as $key=>$val) { if($val['photo_album_id'] == $item['album_id']) { $selected = 'selected'; } else { $selected = '';

May 13, 2008 at 3:24 pm - View

May 13, 2008 at 11:11 am - View

<?php class GeoTags extends Plugin { const VERSION= '0.1';

May 13, 2008 at 10:42 am - View

private function get_tags() { $out= ''; &nbsp; $lat= Options::get($class_name . ':lat');

May 13, 2008 at 10:40 am - View

private function get_tags() { $out= ''; &nbsp; $lat= $this->config['lat'];

May 13, 2008 at 10:06 am - View

<?php class GeoTags extends Plugin { const VERSION= '0.1';

May 13, 2008 at 9:47 am - View

<?php class GeoTags extends Plugin { const VERSION= '0.1';

May 13, 2008 at 9:46 am - View

<?php&nbsp; class&nbsp;GeoTags&nbsp;extends&nbsp;Plugin&nbsp;{

May 12, 2008 at 12:08 pm - View

May 12, 2008 at 9:32 am - View

<?php /** * CommenterIdentifier Class *

May 11, 2008 at 8:48 pm - View

$('.track') .width($('.years').width()) .slider({ handle: '.handle', max: timelineWidth-20,

May 11, 2008 at 3:55 pm - View

skippy@skippy-laptop:~/code/habari$ patch -p0 < /home/skippy/Desktop/loupeIndex.patch (Stripping trailing CRs from patch.) patching file system/admin/comments.php Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file system/admin/comments.php.rej

Using a custom publish page for a content type - View

/** * For podcasts, use the podcast publishing template */ function action_admin_theme_get_publish( $handler, $theme ) {

May 11, 2008 at 12:36 am - View

$rules[] = new RewriteRule(array( 'name' => 'add_group', 'parse_regex' => '%group/add[\/](?P<group>[^/]*)[\/]?$%i', 'build_str' => 'group/add[\/]{$group}', 'handler' => 'UserThemeHandler',

LEGAL ISSUE: ILLEGAL HACKERS INTO WP.ORG - View

I am Rana Edwards and it is necessary you contact me regarding illegal hack into WordPress, as it is, the ring of individuals are average/adept hackers. Thus illegal access begins with their removal of RSS coding, CSS, etc.,

May 10, 2008 at 10:30 am - View

Menu Code - View

foreach($mainmenus as $menu_id => $menu) { $urlparams = Utils::get_params($menu['url'][1]); if (count(array_intersect_assoc(array_merge(array('page' => ''), $_GET, URL::get_matched_rule()->named_arg_values), $urlparams)) == count($urlparams) && $menu['url'][0] == 'admin') { $mainmenus[$menu_id]['selected'] = true; $theme->admin_page = $menu_id;

May 9, 2008 at 12:51 am - View

May 8, 2008 at 9:58 pm - View

<?php /** * Habari Podcast Plugin *

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