]>
git.bts.cx Git - cx.git/blob - cx/templates/public/base.php
   6         <meta http
-equiv
="X-UA-Compatible" content
="IE=edge"> 
   7         <meta name
="viewport" content
="width=device-width, initial-scale=1.0"> 
   8         <title
><?
= cx_site_name(); ?
></title
> 
   9         <link rel
="stylesheet" href
="<?= cx_url('/design/css/style.css') ?>"> 
  10         <link rel
="alternate" type
="application/rss+xml" title
="bts.cx" href
="<?= cx_url('/feed/') ?>" /> 
  15   <h1
><?
= cx_site_name(); ?
></h1
> 
  21 <li
><a href
="<?= cx_url('/'); ?>">Home
</a
></li
> 
  23 <?php 
foreach (cx_pages_get() as $page): ?
> 
  24 <li
><a href
="<?= cx_url($page->url); ?>"><?
= $page->title ?
></a
></li
> 
  29 <?
= cx_template_content(); ?
> 
  34 <p
>©
; <?
= date('Y'); ?
> <?
= cx_site_name(); ?
> ·
; <?
= cx_site_author(); ?
></p
>