1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 14:13:03 +02:00

Commented library preload code.

This commit is contained in:
Cameron
2021-07-14 12:20:57 -07:00
parent 099dffdfdd
commit 04576b9f79
2 changed files with 31 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ if(e_ADMIN_AREA !==true)
{
e107::css('social', 'css/fontello.css');
e107::link(array('rel'=>'preload', 'href'=> "{e_PLUGIN}social/font/fontello.woff2?21917124", 'as' => "font", 'type'=>"font/woff2", 'crossorigin' => true));
e107::link(array('rel'=>'preload', 'href'=> "{e_PLUGIN}social/font/fontello.woff2?21917124", 'as' => "font", 'type'=>"font/woff2", 'crossorigin' => 'anonymous'));
e107::css('social' ,'css/social.css');
$appID = false;