Including external library (js and css)

  • Thread starter Thread starter CMTV
  • Start date Start date

CMTV

Guest
Member
How to include external library (js and css files) in specific template that requires jQuery?

I tried this code in template forum_view:
HTML:

Code:
<xf:head option="questionthreads_iconpicker">
    <!-- Iconpicker styles -->
    <link rel="stylesheet" href="{{ base_url('src/addons/QuestionThreads/includes/libs/iconpicker/css/jquery.fonticonpicker.min.css') }}">
    <link rel="stylesheet" href="{{...

Read more
 
Top