diff options
Diffstat (limited to 'templates/view_gallery_files_inc.tpl')
| -rwxr-xr-x | templates/view_gallery_files_inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/view_gallery_files_inc.tpl b/templates/view_gallery_files_inc.tpl index 88b0402..a23c05c 100755 --- a/templates/view_gallery_files_inc.tpl +++ b/templates/view_gallery_files_inc.tpl @@ -2,7 +2,7 @@ {minifind} <ul class="list-inline navbar sortby"> - <li>{booticon iname="fa-circle-arrow-right" iexplain="sort by"}</li> + <li>{biticon ipackage="icons" iname="go-next" iexplain="sort by"}</li> <li>{smartlink ititle="Created" isort="created" numPages=$gContent->mInfo.num_pages gallery_id=$gContent->mGalleryId gallery_path=$gContent->mGalleryPath page=$pageCount}</li> <li>{smartlink ititle="Last Modified" isort="last_modified" numPages=$gContent->mInfo.num_pages gallery_id=$gContent->mGalleryId gallery_path=$gContent->mGalleryPath page=$pageCount}</li> <li>{smartlink ititle="File Type" isort="file_type" numPages=$gContent->mInfo.num_pages gallery_id=$gContent->mGalleryId gallery_path=$gContent->mGalleryPath page=$pageCount}</li> |
