Pastoid

Search Results

December 31, 1969 at 7:00 pm - View

function walk_category_tree() { $walker = new Walker_Category; $args = func_get_args(); return call_user_func_array(array(&$walker, 'walk'), $args); }

December 31, 1969 at 7:00 pm - View

<h2>Search results for <?php echo htmlspecialchars( $criteria ); ?></h2> <?php if (empty($posts)) { echo 'No posts match your criteria'; } else {?> <?php foreach ( $posts as $post ) { ?>

December 31, 1969 at 7:00 pm - View

<h2>Search results for <?php echo htmlspecialchars( $criteria ); ?></h2> <?php if (!($posts)) { ?> <?php foreach ( $posts as $post ) { ?>

December 31, 1969 at 7:00 pm - View

<div id="sidebar1" class="sidebar">

December 31, 1969 at 7:00 pm - View

public function theme_show_credits() { $theme_credits= Themes::get_active(); $plugin_credits= Plugins::get_active();

December 31, 1969 at 7:00 pm - View

public function theme_show_credits( $theme ) { $theme_credits= Themes::get_active(); $plugin_credits= Plugins::get_active();

December 31, 1969 at 7:00 pm - View

public function theme_linkoid( $theme, $tag = null ) { if(!isset($tag)) { $tag = Options::get('linkoid:show'); }

December 31, 1969 at 7:00 pm - View

<!-- This file can be copied and modified in a theme directory --> <div id="twitterbox"> <img src="<?php echo htmlspecialchars( $tweet_image_url ); ?>" alt="<?php echo urlencode( Options::get( 'twitter:username' )); ?>"> <p><?php echo htmlspecialchars( $tweet_text ) . ' @ ' . htmlspecialchars( $tweet_time ); ?></p>

December 31, 1969 at 7:00 pm - View

<li id="twitter"> <h2>What I'm doing</h2> <img src="<?php echo htmlspecialchars( $tweet_image_url ); ?>" alt="<?php echo urlencode( Options::get( 'twitter:username' )); ?>"> <p><?php echo htmlspecialchars( $tweet_text ); ?><br> <small>via <a href="http://twitter.com/<?php echo urlencode( Options::get( 'twitter:username' )); ?>">Twitter</a></small></p>

December 31, 1969 at 7:00 pm - View

<ol id="commentlist"> <?php foreach ( $post->comments->moderated as $comment ) : $count++; if ( 0 == ( $count % 2 ) ) { $row= 'even';

December 31, 1969 at 7:00 pm - View

<?php foreach ( $posts as $post ) { ?><br /> <?php if( in_array('asides', $post->tags ) ) { ?><br /> <div id="post-<?php echo $post->id; ?>"><br /> <p class="quickie"><br />

December 31, 1969 at 7:00 pm - View

<?php foreach ( $posts as $post ) { ?><br /> This is the aside template <?php } else { ?>

December 31, 1969 at 7:00 pm - View

<?xml version="1.0"?> <feed xmlns="http://www.w3.org/2005/Atom"> <title>Sag Rising</title> <subtitle>Yeah. I said it.</subtitle> <updated>2008-03-05T11:37:37-05:00</updated>

December 31, 1969 at 7:00 pm - View

public function theme_prevnext($theme,$currentpage, $totalpages){ $out='';

December 31, 1969 at 7:00 pm - View

<?php foreach ( $posts as $post ) { ?><br /> <?php if( in_array('quickie', $post->tags ) ) { ?> <div id="post-<?php echo $post->id; ?>"> <p class="quickie"> <a href="<?php echo $post->permalink; ?>" rel="bookmark" title='<?php echo $post->title; ?>'><?php echo $post->title_out; ?></a> » <?php echo $post->content; ?> <a href="<?php echo $post->permalink; ?>#comments" title="Comments on this post">(<?php echo $post->comments->approved->count; ?>)</a>

December 31, 1969 at 7:00 pm - View

echo '<?xml version="1.0"?>'; echo '<rss version="2.0">'; echo ' <channel>'; echo ' <title>' . Options::get('title') . '</title>'; echo ' <link>' . Site::get_url('habari') . '</link>';

December 31, 1969 at 7:00 pm - View

$xml= new SimpleXMLElement( '<?xml version="1.0"?>'); $rss= $xml->addChild( 'rss' ); $rss->addAttribute( 'version', '2.0' ); $channel= $xml->addChild( 'channel' ); $title= $xml->addChild( 'title', htmlspecialchars( Options::get('title') ) );

December 31, 1969 at 7:00 pm - View

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

December 31, 1969 at 7:00 pm - View

<?php // Do not delete these lines if ( ! defined('HABARI_PATH' ) ) { die( _t('Please do not load this page directly. Thanks!') ); } ?> <div class="commentsblock">

December 31, 1969 at 7:00 pm - View

<?php // Do not delete these lines if ( ! defined('HABARI_PATH' ) ) { die( _t('Please do not load this page directly. Thanks!') ); } ?> <div class="commentsblock">

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