[RSS Feed/News] Including external library (js and css)

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
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

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom