<?php
/**
* @package Prime Social
* @link http://primesocial.ru
* @copyright Copyright (C) 2016 Prime Social
* @author BoB | http://primesocial.ru/about
*/
if (!file_exists(inc . '/style/themes/' . $user['style'] . '/foot.php')) {
$styler = 'default';
} else {
$styler = $user['style'];
}
require_once(inc.'/style/themes/' .$styler. '/foot.php');
copyright(); /// Tegilmasin
?>