%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/nailstv/public_html/
Upload File :
Create Path :
Current File : /home/nailstv/public_html/privacypolicy.php

<?php

require_once 'config/config.php';

$p['title'] = 'Privacy policy';
$p['desc'] = "Nails.tv website's privacy policy and terms of use.";
$p['keywords'] = 'nails.tv, privacy policy, terms of use, nails';
$p['pagename'] = 'Privacy policy';

$page = new Page(Registry::get('site'), false, $p);
Registry::set('page', $page);
$page->assign('content', content());
$page->display('page.tpl.html');

////////////////////////////////////////////////////////////////////////////////

function content()
{
    $c = new Content();

    $c->assign('menupont', Page::menupont(1));

    return $c->fetch('menupont.tpl.html');
}

?>

Zerion Mini Shell 1.0