Updated css .download
This commit is contained in:
parent
6a5c8b09ee
commit
7ce7b28e7c
2 changed files with 8 additions and 2 deletions
|
@ -211,6 +211,7 @@
|
|||
<?php
|
||||
}
|
||||
?>
|
||||
<h2 class="download">
|
||||
<?php
|
||||
$i = 0;
|
||||
foreach ($config['cops_prefered_format'] as $format)
|
||||
|
@ -219,12 +220,13 @@
|
|||
if ($data = $entry->book->getDataFormat ($format)) {
|
||||
$i++;
|
||||
?>
|
||||
<h2 class="download"><a href="<?php echo $data->getHtmlLink () ?>"><?php echo $format ?></a></h2>
|
||||
<a href="<?php echo $data->getHtmlLink () ?>"><?php echo $format ?></a><br />
|
||||
<?php
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
||||
</h2>
|
||||
<a class="fancyabout" href="<?php echo $entry->book->getDetailUrl () ?>">
|
||||
<h2><?php echo htmlspecialchars ($entry->title) ?>
|
||||
<?php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue