Localize all alternate text. re #37
This commit is contained in:
parent
002cd1d6a2
commit
e6560be28c
4 changed files with 18 additions and 6 deletions
|
@ -50,7 +50,7 @@ $book->getLinkArray ();
|
|||
}
|
||||
?>
|
||||
</div>
|
||||
<div class="entryTitle"><a rel="bookmark" href="<?php echo $book->getDetailUrl (true) ?>"><img src="<?php echo getUrlWithVersion("images/Link.png") ?>" alt="permalink" /></a><?php echo htmlspecialchars ($book->title) ?></div>
|
||||
<div class="entryTitle"><a rel="bookmark" href="<?php echo $book->getDetailUrl (true) ?>"><img src="<?php echo getUrlWithVersion("images/Link.png") ?>" alt="<?php echo localize ("permalink.alternate") ?>" /></a><?php echo htmlspecialchars ($book->title) ?></div>
|
||||
<div class="entrySection">
|
||||
<span><?php echo localize("authors.title") ?></span>
|
||||
<div class="buttonEffect pad6">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue