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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user