Пример #1
0
  <head>
    <meta charset="utf-8">
    <meta name="description" content="<?php 
pathang::Meta('desc');
?>
">
    <meta name="author" content="<?php 
pathang::Meta('author');
?>
">
	  <meta name="keywords" content="<?php 
pathang::Meta('keywords');
?>
">
    <title><?php 
pathang::Meta('title');
?>
</title>

    <!-- Adding Favicon -->
    <link rel="shortcut icon" href="<?php 
echo ROOT;
?>
favicon.ico">
    <!-- Linking style sheets -->
    <link rel="stylesheet" href="<?php 
echo ROOT;
?>
lib/font-awesome/css/font-awesome.css" >
    <link href="<?php 
echo ROOT . 'themes' . DS . 'dirtbrown' . DS . 'css' . DS . 'bottle.css';
Пример #2
0
" />
    <meta property="og:type" content="article" />
    <meta property="og:url" content="<?php 
pathang::Meta('site_url');
?>
" />
    <meta property="og:image" content="<?php 
pathang::Meta('image');
?>
" />
    <meta property="og:description" content="<?php 
pathang::Meta('desc');
?>
" /> 
    <meta property="og:site_name" content="<?php 
pathang::Meta('site_name');
?>
" />

    <!-- Adding Favicon -->
    <link rel="shortcut icon" href="<?php 
echo ROOT;
?>
favicon.ico">
    <!-- Linking style sheets -->
    <link rel="stylesheet" href="<?php 
echo ROOT;
?>
lib/font-awesome/css/font-awesome.css" >
    <link href="<?php 
echo ROOT . 'themes' . DS . 'barbie' . DS . 'css' . DS . 'bottle.css';