This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<style> | |
.box{ | |
width:200px; | |
height:100px; | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php the_tags('<h4>Tags:</h4> ',', ',''); ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plugin.tt_news.displayLatest { | |
subheader_stdWrap { | |
stripHtml = 1 | |
crop = 150 | ... | 1 | |
ifEmpty.field = bodytext | |
# the "more" link is directly appended to the subheader | |
append = TEXT | |
append.data = register:newsMoreLink | |
append.wrap = <p class="news-latest-morelink">|</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plugin.tt_news._LOCAL_LANG.de{ | |
more = Weiterlesen | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#test { | |
height: 100%; | |
margin: 0 auto; | |
position: relative; | |
width: 910px; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$an="Sie befinden sind hier: "; | |
$home="http://www.drweb.de/"; // Hier Ihre Domain | |
$pie=explode("/","$_SERVER[PHP_SELF]"); | |
$tr=" > "; // Alternativ: ':', '/' | |
$b=count($pie); | |
echo $an."<a href=\"".$home."\">Startseite</a>"; | |
// Alternativ: 'Home', 'Start' | |
for($a=1;$a<$b-1;$a ){ | |
$ta=$ta.$pie[$a]."/"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php include("datei.php"); ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Gistson - Embedded Gist WP Plugin | |
Plugin URI: http://arin.me/blog/tag/gistson | |
Description: Use a shortcode [gist id="12345"] to embed A Gist from http://gist.github.com into your blog | |
Version: 0.1 | |
Author: Arin Sarkissian | |
Author URI: http://arin.me | |
Copyright 2009 Arin Sarkissian |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php snippet('header') ?> | |
<?php foreach($page->children()->flip() as $article): ?> | |
<?php if($article->template() == 'link'): ?> | |
<!-- link html --> | |
<?php elseif($article->template() == 'article'): ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="grid_4"> | |
<div id="port_bild"> | |
<a href="thomas_sankara.html" name="seite2"> | |
<img src="img/portfolio/thomas_sankara/thomas_sankara_thumb.jpg" style="border:1px solid #666;"> | |
<span><p>Thomas Sankara Portrait<br>- Artwork</p></span> | |
</a> | |
</div> | |
</div> |
OlderNewer