add css class to 'more...' links to allow customising in stylesheet
This commit is contained in:
parent
fef327ec61
commit
1878d023bf
@ -455,7 +455,7 @@ function buildcommon() {
|
|||||||
<strong><?=hesc(str_replace('_', ' ', $pr->projname))?></strong><?php if (SHOW_BLURBS) { ?> ,
|
<strong><?=hesc(str_replace('_', ' ', $pr->projname))?></strong><?php if (SHOW_BLURBS) { ?> ,
|
||||||
<?=hesc($pr->shortdesc)?>
|
<?=hesc($pr->shortdesc)?>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<a href="<?=hesc(urlencode($pr->projname))?>.html">more...</a>
|
<a href="<?=hesc(urlencode($pr->projname))?>.html" class="article-read-more">more...</a>
|
||||||
<?php if (strlen($pr->subtag) || count($pr->tags)) { ?>
|
<?php if (strlen($pr->subtag) || count($pr->tags)) { ?>
|
||||||
<br>
|
<br>
|
||||||
<small>
|
<small>
|
||||||
|
Reference in New Issue
Block a user