My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?=@$_s['encoding'];?>" />
<title><?=@$title;?></title>
<meta name="Keywords" content="<?=@$_s['metakeywords'];?>" />
<meta name="Description" content="<?=@$_s['description'];?>" />
<link rel="stylesheet" href="<?=@$_s['base_url'];?>/<?=@$_i['tpl_patch']?>/style.css" type="text/css" />

<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<link rel="alternate" type="application/rss+xml" title="<?=$_s['blogname'];?>: rss feed" href="<?=generate_link('action=rss')?>" />
<?php echo $_s['moremeta'].$headers;?>
</head>
<body>
<script type="text/javascript">
function nc(nick){
nnk = document.getElementById("commentform_text");
nnk.value = nnk.value+'['+nick+'] ';
nnk.focus();
}
</script>
<div id="wrap">
<?php echo $head; ?>
<?php if($right){ ?><div id="right" style="float:right;"><?php echo $right; ?></div><?php } ?>
<?php if($left){ ?><div id="left" style="float:left;"><?php echo $left; ?></div><?php } ?>
<div id="content">

Change log

r166 by bolzamo on Dec 2, 2010   Diff
Исправление дефолтного шаблона. Теперь
клик по нику в комментарии всегда работает
( issue #41 )
Go to: 
Sign in to write a code review

Older revisions

r158 by Bolzamo on Nov 6, 2010   Diff
Подправил дефолтную тему оформления,
убрав назойливые блоки
r149 by Bolzamo on Jan 5, 2010   Diff
Слегка поправлен код в шаблоне
head.html
Плагин Blocks обновлен до версии 2.4
r146 by renat2985 on Oct 10, 2009   Diff
99% страниц neutrino-cms стали XHTML
1.0 Transitional!
All revisions of this file

File info

Size: 1257 bytes, 27 lines

File properties

svn:executable
*
Powered by Google Project Hosting