parseUrlArray(@$_GET); if (!$data['valid']) { header('Location: index.php', true, 302); } ?> <?php echo $blog->pageTitle('БЛОГ - MOBI-L', ' - '); ?> getOpengraphTags($data['id'], "\t\t"); } ?> getSlugUrl(@$_GET['id']))) { echo "\t\tgetSlugUrl(@$_GET['id']) . "\"/>" . PHP_EOL; } if (isset($_GET['category'])) { $category = $blog->getUnescapedCategory(@$_GET['category']); if ($category !== NULL) { $href = "?category=" . urlencode(str_replace(' ', '_', $category)); if (isset($_GET['start'])) { $href .= "&start=" . $_GET['start']; } if (isset($_GET['length'])) { $href .= "&length=" . $_GET['length']; } echo "\t\t" . PHP_EOL; } } ?>

БЛОГ - MOBI-L

ТЕХНОЛОГИИ БУДУЩЕГО

НОВЫЙ ФОРМАТ МОБИЛЬНОЙ СВЯЗИ

Перейти к контенту
< id="imBlogContent" itemscope itemType="http://schema.org/BlogPosting">setCommentsPerPage(5); if(isset($data['id'])) $blog->showPost($data['id'],1); else if(isset($data['category'])) $blog->showCategory($data['category']); else if(isset($data['tag'])) $blog->showTag($data['tag']); else if(isset($data['month'])) $blog->showMonth($data['month']); else if(isset($data['search'])) $blog->showSearch($data['search']); else $blog->showLast(10); ?> >
Назад к содержимому