@@ -17,7 +17,9 @@ |
||
| 17 | 17 | /** |
| 18 | 18 | * Prevent loading the library more than once |
| 19 | 19 | */ |
| 20 | -if( defined( 'AMARKAL_UI' ) ) return false; |
|
| 20 | +if( defined( 'AMARKAL_UI' ) ) { |
|
| 21 | + return false; |
|
| 22 | +} |
|
| 21 | 23 | define( 'AMARKAL_UI', true ); |
| 22 | 24 | |
| 23 | 25 | if(!function_exists('amarkal_ui_render')) |