$ndx = $spool->getndx($id);
?>
-<div class="<?php echo $css['title']?>">
+<h1>
<?php echo $locale['article']['message'];?>
-</div>
+</h1>
<?php
if (isset($_GET['type']) && ($_GET['type']=='cancel') && (checkcancel($post->headers))) {
a:visited { color: blue; background: inherit; }
a:hover { color: blue; background: inherit; text-decoration: underline; }
-div.title {
+h1 {
font-size: 200%;
text-align: center;
padding-bottom: 1em;
$newgroups = new groups($nntp,1);
?>
-<div class="<?php echo $css["title"];?>">
+<h1>
<?php echo $locale['index']['title'];?>
-</div>
+</h1>
<?php
if (!sizeof($groups->overview)) error("nntpgroups");
$css = array(
'bananashortcuts' => 'bananashortcuts',
- 'title' => 'title',
'bicol' => 'bicol',
'bicoltitre' => 'bicoltitre',
'bicolvpadd' => 'bicolvpadd',
$nntp->quit();
?>
-<div class="<?php echo $css['title']?>">
+<h1>
<?php echo $locale['post']['title'];?>
-</div>
+</h1>
<?php
displayshortcuts();
$groups = new groups($nntp,2);
?>
-<div class="<?php echo $css["title"];?>">
+<h1>
<?php echo $locale['subscribe']['title'];?>
-</div>
+</h1>
<?php
?>
-<div class="<?php echo $css['title']?>">
+<h1>
<?php echo $locale['thread']['group_b'].$group
.$locale['thread']['group_a'];?>
-</div>
+</h1>
<?php
if (isset($text)) {
echo $text;