Pastoid

Search Results

October 14, 2008 at 1:14 pm - View

public function theme_latest_posts( $posts ) { if ( ( ! $posts ) || ( empty( $posts ) ) ) { return '<div class="sb-module"><h2>Latest</h2>None!</div>'; }

October 14, 2008 at 12:50 pm - View

public function theme_latest_posts( $posts ) { $bock= '<div class="sb-module">'; $block .='<h2>Latest</h2>'; $block .='<ul>';

October 13, 2008 at 10:39 pm - View

October 13, 2008 at 10:16 pm - View

October 13, 2008 at 9:07 pm - View

October 13, 2008 at 7:46 pm - View

public function action_init() { ThemeOptions::add('color', 'pagebg', _t('Page Background'), 'EEEEEE'); // EEEEEE is a default ThemeOptions::add('slider', 'contentwidth', _t('Content Width'), 25, 55, 75); // 25 is a minimum, 55 is a maximum, 75 is default ThemeOptions::add('file', 'headerbackground', _t('Header Background'), 'images/header.png') // would allow file upload, using images/header.png }

October 13, 2008 at 4:51 pm - View

<?php if (Plugins::is_loaded('monthly_archives'): ?><div class="sb-module"> <h2>Archive</h2> <?php $theme->monthly_archives(); ?> </div> <?php endif; ?>

October 13, 2008 at 3:26 pm - View

October 13, 2008 at 10:26 am - View

<VirtualHost *:80> DocumentRoot "/viewzdev/branches/vfp-vss/" RewriteEngine on RewriteCond "%{QUERY_STRING}" "req=(.*)"

October 12, 2008 at 5:41 pm - View

October 11, 2008 at 1:09 pm - View

October 11, 2008 at 11:24 am - View

<?php /** * Lipsum Plugin Class *

My Paste - View

<?php class PagelessHandler extends ActionHandler { private $theme = null; private $default_fields = array(

October 11, 2008 at 10:32 am - View

<?php class PagelessHandler extends ActionHandler { private $theme = null; private $default_fields = array(

October 10, 2008 at 11:25 pm - View

public function filter_plugin_config ( $actions, $plugin_id ) { if ( $plugin_id == $this->plugin_id() ) { $actions[] = _t( 'Optimize' ); $actions[] = _t( 'Configure ');

qtconfig - View

sean@ophelia:~/.kde4/share/apps/amarok$ qtconfig --version The program 'qtconfig' can be found in the following packages: * qt3-qtconfig * qt4-qtconfig Try: sudo apt-get install <selected package>

output when running amarok - View

sean@ophelia:~/.kde4/share/apps/amarok$ /usr/lib/kde4/bin/amarok amarok: BEGIN: App::App() amarok: BEGIN: void App::continueInit() amarok: BEGIN: EngineController::EngineController() amarok(1556) Phonon::KdePlatformPlugin::createBackend: using backend: "Xine"

amarok - View

amarok-kde4: Installed: 1.92.2-0ubuntu1~hardy~ppa2 Candidate: 1.92.2-0ubuntu1~hardy~ppa2 Version table: *** 1.92.2-0ubuntu1~hardy~ppa2 0

October 9, 2008 at 9:29 pm - View

Habari Extras Post-Commit Hook - View

#!/usr/bin/php <?php define( 'DS', DIRECTORY_SEPARATOR );

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