Deprecated: Assigning the return value of new by reference is deprecated in /www/htdocs/w0071e71/morty/wordpress/wp-settings.php on line 520
Deprecated: Assigning the return value of new by reference is deprecated in /www/htdocs/w0071e71/morty/wordpress/wp-settings.php on line 535
Deprecated: Assigning the return value of new by reference is deprecated in /www/htdocs/w0071e71/morty/wordpress/wp-settings.php on line 542
Deprecated: Assigning the return value of new by reference is deprecated in /www/htdocs/w0071e71/morty/wordpress/wp-settings.php on line 578
Deprecated: Function set_magic_quotes_runtime() is deprecated in /www/htdocs/w0071e71/morty/wordpress/wp-settings.php on line 18 Cogito ergo sum… » Bilder
// Should we Disable the Header output and instead allow the wpg2header to control the Output?
if ( $g2_option['g2_externalheader']==”Yes” ) {
include (TEMPLATEPATH.’/wpg2header.php’);
} else {
//Initialize the WP class to be able to get the header
wp();
//Set status to 200 to override the 404 set by WordPress
status_header(200);
//Set $g2_wp_init to TRUE so that won’t do again for footer
$g2_wp_init = TRUE;
//Include the WP Header
get_header();
//Include any plug-in header content set in the plugin options
echo stripslashes($g2_option['g2_header']);
// Display G2 Header Output
echo $g2data['headHtml']; //Include the gallery header
}
echo $g2data['bodyHtml']; //Display the gallery content
//Close Gallery Connection
GalleryEmbed::done();
// Should we Disable the Header output and instead allow the wpg2footer to control the Output?
if ($g2_option['g2_externalfooter']==”Yes” ) {
include (TEMPLATEPATH.’/wpg2footer.php’);
} else {
//Initialize WP class if not already initialized to be able to get the footer
if(!$g2_wp_init)
wp();
//Set status to 200 to override the 404 set by WordPress
status_header(200);
//Include plug-in footer content
echo stripslashes($g2_option['g2_footer']);
//Include WP footer
get_footer();
}
?>
"Mit dem Recht auf informationelle Selbstbestimmung wäre eine Gesellschaftsordnung nicht vereinbar, in der Bürger nicht mehr wissen können, wer was wann und bei welcher Gelegenheit über sie weiß."
Urteil des Bundesverfassungsgerichtes zur Volkszählung von 1983
Keine Bilder zu sehen !
Nur :
getAsHtml();
echo “Gallery2 Error:”.$ret;
exit;
}
$g2data = GalleryEmbed::handleRequest();
if ($g2data['isDone']) {
exit; // G2 has already sent output (redirect or binary data)
}
// Theme Switcher Hook
if(!empty($_COOKIE['wp_ts2_'.COOKIEHASH])) {
if ( file_exists( TEMPLATEPATH . ‘/wpg2header.php’) ) {
$g2_option['g2_externalheader'] = “Yes”;
} else {
$g2_option['g2_externalheader'] = “No”;
}
if ( file_exists( TEMPLATEPATH . ‘/wpg2footer.php’) ) {
$g2_option['g2_externalfooter'] = “Yes”;
} else {
$g2_option['g2_externalfooter'] = “No”;
}
}
// Should we Disable the Header output and instead allow the wpg2header to control the Output?
if ( $g2_option['g2_externalheader']==”Yes” ) {
include (TEMPLATEPATH.’/wpg2header.php’);
} else {
//Initialize the WP class to be able to get the header
wp();
//Set status to 200 to override the 404 set by WordPress
status_header(200);
//Set $g2_wp_init to TRUE so that won’t do again for footer
$g2_wp_init = TRUE;
//Include the WP Header
get_header();
//Include any plug-in header content set in the plugin options
echo stripslashes($g2_option['g2_header']);
// Display G2 Header Output
echo $g2data['headHtml']; //Include the gallery header
}
echo $g2data['bodyHtml']; //Display the gallery content
//Close Gallery Connection
GalleryEmbed::done();
// Should we Disable the Header output and instead allow the wpg2footer to control the Output?
if ($g2_option['g2_externalfooter']==”Yes” ) {
include (TEMPLATEPATH.’/wpg2footer.php’);
} else {
//Initialize WP class if not already initialized to be able to get the footer
if(!$g2_wp_init)
wp();
//Set status to 200 to override the 404 set by WordPress
status_header(200);
//Include plug-in footer content
echo stripslashes($g2_option['g2_footer']);
//Include WP footer
get_footer();
}
?>
Ich
17. Februar 2009
Stimmt - Kümmer mich drum
morty
18. Februar 2009