forked from Public/pics
Replace generic alert, form and table templates with new Bootstrap equivalents
This commit is contained in:
@@ -26,7 +26,7 @@ class AlbumIndex extends SubTemplate
|
||||
protected function html_content()
|
||||
{
|
||||
echo '
|
||||
<div class="tiled_grid">';
|
||||
<div class="tiled_grid clearfix">';
|
||||
|
||||
foreach (array_chunk($this->albums, 3) as $photos)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user