1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-24 15:13:04 +02:00

staticUrl() to always returns a full path.

This commit is contained in:
Cameron
2020-12-03 10:31:19 -08:00
parent f621aeaa56
commit 69cb52e848
3 changed files with 9 additions and 10 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_ABS."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' => true));
e107::css('social' ,'css/social.css');
$appID = false;