Add cookies and RWD
This commit is contained in:
@@ -11,9 +11,9 @@ class VSite {
|
||||
require_once("d962fcdeea9d1f4fca8a6b2c75083ec0.php");
|
||||
|
||||
$seomatik = new \Seomatik();
|
||||
$seomatik->setSeparator("<br />"); // ustawienie separatora linków
|
||||
$seomatik->setTarget(true); // dodanie do ka¿dego linku parametru target="_blank"
|
||||
$seomatik->setClass("klasa"); // dodanie do ka¿dego linku klasy CSS, w tym przypadku "klasa"
|
||||
$seomatik->setSeparator("<br />"); // ustawienie separatora link<EFBFBD>w
|
||||
$seomatik->setTarget(true); // dodanie do ka<EFBFBD>dego linku parametru target="_blank"
|
||||
$seomatik->setClass("klasa"); // dodanie do ka<EFBFBD>dego linku klasy CSS, w tym przypadku "klasa"
|
||||
|
||||
return '<div id="links">' . $seomatik->show() . '</div>';
|
||||
}
|
||||
@@ -235,5 +235,9 @@ class VSite {
|
||||
$tpl -> _articles = $articles;
|
||||
return $tpl -> fetch( 'templates/article-full.php' );
|
||||
}
|
||||
public function drawCookies()
|
||||
{
|
||||
include 'resources/CookieNoticePro/cookies.php';
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user