# Locus Social

Location Intelligence For Everything

"Januar",
2 => "Februar",
3 => "März",
4 => "April",
5 => "Mai",
6 => "Juni",
7 => "Juli",
8 => "August",
9 => "September",
10 => "Oktober",
11 => "November",
12 => "Dezember"
);
$date_format = "dd.mm.yyyy";
$time_format = "";
$tag_archive = array();
$category_archive = array();
$date_year_archive = array();
$date_month_archive = array();
$author_archive = array();
$archive_style = "";
$metadata_fb_username = htmlspecialchars("", ENT_QUOTES);
$metadata_twitter_username = htmlspecialchars("", ENT_QUOTES);
$disqus_name = htmlspecialchars("", ENT_QUOTES);
$feed = "";
$feed_data = array();
$itunes = getBoolean("False");

display post content in detail view
if ( ( !$display_post_details && $items_start <= $item && $item <= $items_end ) || ( $display_post_details && $post == $slug ) ) {
    if ($display_post_details) {
        $store_prev_slug = false;
        $store_next_slug = true;
    }
    $summary_content = getBoolean("False");
    $summary_content_details = getBoolean("False");
    $date_string = formatDate($date_raw);
    $header_content_details = getBoolean("True");
    $tag_links = "";
    
    $category_links = "";
    
    $author_links = "";
}

**We watch this world with location Intelligence to record our nature environment and social life.**

## Debug Information

if ($debug) {
 $debugArray = array("PHP Version" => phpversion(), "Date" => NOW, "Time Zone" => date_default_timezone_get(), "page" => $page, "items_per_page" => $items_per_page, "items_start" => $items_start, "items_end" => $items_end, "post" => $post, "display_post_details" => $display_post_details);
 print_r($debugArray);
 echo '\n';
}
