Some corrections and additions

Wednesday, January 10, 2007 by SamyWeb

You can download modified themes or correct them by yourself.

Kubrik
Correction for w3c validation.

index.tpl (line 30)

<ul id="menu"><li>

changed to

<ul class="menu"><li>

Almost-Spring
Tag code was hidden, CSS correction.

res/style.css
Add where you want

pre {
width: 450px;
min-height: 30px;
overflow: auto;
}

Simpla
Tag code was hidden, CSS correction.

res/style.css
Add where you want

pre {
width: 450px;
min-height: 30px;
overflow: auto;
}

Error on comments’ date.

comments.tpl (line 40)

<small class="commentmetadata"><a href="{$id}" title="">{$date}</a></small>

changed to

<small class="commentmetadata"><a href="{$id}" title="">{$date|date_format:"%A, %B %e, %Y - %H:%M:%S"}</a></small>