Reputation: 39
I am using Conta 3.5, and I want to use font icons from
There's a plugin for contao, which add's the option below to the sitelayout menu, but there's a error, whichever option I pick:
Query error: Unknown column 'FontAwesome_source' in 'field list' (UPDATE tl_layout SET FontAwesome_source='local' WHERE id='1')
Is there another way to bind icons to my contao website or a way to fix that?
Below is an image with the error.
Upvotes: 0
Views: 136
Reputation: 73
Alternatively, you can just download the font-awesome CSS file from the website and include it via <link>
-tag as described here.
Upvotes: 1