forked from Public/pics
Replace more custom button classes with Bootstrap counterparts
This commit is contained in:
@@ -22,7 +22,7 @@ class AlbumButtonBox extends Template
|
||||
|
||||
foreach ($this->buttons as $button)
|
||||
echo '
|
||||
<a href="', $button['url'], '">', $button['caption'], '</a>';
|
||||
<a class="btn btn-light" href="', $button['url'], '">', $button['caption'], '</a>';
|
||||
|
||||
echo '
|
||||
</div>';
|
||||
|
||||
Reference in New Issue
Block a user