Skip to content

Commit

Permalink
Update fontawesome
Browse files Browse the repository at this point in the history
  • Loading branch information
810 committed Mar 24, 2020
1 parent 4823e0c commit 8fa5c20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/com_kunena/template/crypsis/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ public function initialize()

if ($fontawesome)
{
$this->addScript('https://use.fontawesome.com/releases/v5.8.1/js/all.js', array(), array('defer' => true));
$this->addScript('https://use.fontawesome.com/releases/v5.8.1/js/v4-shims.js', array(), array('defer' => true));
$this->addScript('https://use.fontawesome.com/releases/v5.10.0/js/all.js', array(), array('defer' => true));
$this->addScript('https://use.fontawesome.com/releases/v5.10.0/js/v4-shims.js', array(), array('defer' => true));
}

// Load template colors settings
Expand Down
4 changes: 2 additions & 2 deletions src/components/com_kunena/template/crypsisb3/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ public function initialize()

if ($fontawesome)
{
$this->addScript('https://use.fontawesome.com/releases/v5.8.1/js/all.js', array(), array('defer' => true));
$this->addScript('https://use.fontawesome.com/releases/v5.8.1/js/v4-shims.js', array(), array('defer' => true));
$this->addScript('https://use.fontawesome.com/releases/v5.10.0/js/all.js', array(), array('defer' => true));
$this->addScript('https://use.fontawesome.com/releases/v5.10.0/js/v4-shims.js', array(), array('defer' => true));
}

$icons = $this->ktemplate->params->get('icons');
Expand Down

0 comments on commit 8fa5c20

Please sign in to comment.