Вход Регистрация
Файл: sys/inc/thead.php
Строк: 29
<?php

ob_start
();

$set['meta_keywords'] = $set['meta_keywords'] != null $set['meta_keywords'] : null;
$set['meta_description'] = $set['meta_description'] != null $set['meta_description'] : null;

if (
$set['title'] != null) {
    
query("UPDATE `user` SET `url_title` = '" mysql_real_escape_string($set['title']) . "' WHERE `id` = '{$user['id']}' LIMIT 1");
}

if (
$set['meta_keywords'] != NULL or $set['meta_description'] != NULL) {

    function 
meta_function($out) {
        global 
$set;
        return 
str_replace('</head>''<meta name="keywords" content="' $set['meta_keywords'] . '" /><meta name="description" content="' $set['meta_description'] . '" />' "n</head>"$out);
    }

    
ob_start('meta_function');
}

#Обязательная папка темы оформления
if (file_exists("style/themes/$set[set_them]/head.php")) {
    include_once 
"style/themes/$set[set_them]/head.php";
} else {
    echo 
"Отсутствует файл /style/themes/$set[set_them]/head.php";
}
Онлайн: 2
Реклама