1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 12:21:45 +02:00

Default loading icon added to form->button() method when font-awesome is present.

This commit is contained in:
Cameron
2016-04-10 17:52:30 -07:00
parent 12a6367fdf
commit 8ff02d9aa9
4 changed files with 133 additions and 102 deletions

View File

@@ -14,8 +14,9 @@
/**
* Helper function to load prettyPhoto library's settings and files.
*/
function gallery_load_prettyphoto()
function gallery_load_prettyphoto() // @lonalore FIXME Stop loading this on every page.
{
// Re-use the statically cached value to save memory. Load settings and files only once!!!
static $gallery_load_prettyphoto;