Пример #1
0
<?php

//$doc_Root    =   $_SERVER['DOCUMENT_ROOT'];
include $doc_Root . "/php/profile.php";
include $doc_Root . "/php/viewer.php";
//include($doc_Root."/php/performer.php");
$page_Title = getTitle();
$link_Tiles = linkTiles();
if ($_GET["l"] != true) {
    $temp_Limmit = 12;
    $back_Btn = '';
} else {
    $temp_Limmit = 1;
    $back_Btn = '<a href="' . $link_Tiles[1] . '" class="btn btn-primary btn-sm"><span class="glyphicon glyphicon-arrow-left"></span> Back to Gallery</a><hr>';
}
$imageGallery = imageGallery($temp_Limmit);
include $doc_Root . "/php/navbar.php";
include $doc_Root . "/php/header.php";
include $doc_Root . "/php/sidebar.php";
include $doc_Root . "/php/credits.php";
include $doc_Root . "/php/footer.php";
$body_Content = '
<div class="row">
    <div class="col-sm-9">
        <div class="text-left">
            ' . $imageGallery[2] . '
        </div>
        <div class="text-center">
            ' . $back_Btn . '
        </div>
        <div class="text-center">
Пример #2
0
<?php

include $_SERVER['DOCUMENT_ROOT'] . "/profile.php";
include $_SERVER['DOCUMENT_ROOT'] . "/performer.php";
//$pageTitle  =  getrooTitle();
$linkTiles = linkTiles($pageTitle);
$path = $_SERVER['REQUEST_URI'];
$dirs = explode('/', $path);
$pageTitle = str_replace('%20', ' ', ucwords($dirs[count($dirs) - 2]));
$explorer = explorer(50);
include $_SERVER['DOCUMENT_ROOT'] . "/navbar.php";
include $_SERVER['DOCUMENT_ROOT'] . "/header.php";
include $_SERVER['DOCUMENT_ROOT'] . "/sidebar.php";
include $_SERVER['DOCUMENT_ROOT'] . "/footer.php";
$html = '
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="' . $siteDesc . '">
    <meta name="author" content="' . $author . '">
    <title>' . $siteName . ' | ' . $pageTitle . '</title>
    <link rel="icon" href="' . $httpPath . '/16x16.png" type="image/png" />
    <link rel="stylesheet" href="' . $httpPath . '/bootstrap.min.css">
    <script src="' . $httpPath . '/jquery.min.js"></script>
    <script src="' . $httpPath . '/bootstrap.min.js"></script>
    
    <style>
        body