Closed (fixed)
Project:
Bootstrap
Version:
7.x-3.x-dev
Component:
Templates
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2015 at 14:57 UTC
Updated:
25 Nov 2015 at 09:04 UTC
Jump to comment: Most recent
Comments
Comment #2
MartijnBraam commentedComment #3
markhalliwellActually, if you just changed this line to so that it adds a
&in front, it should work just fine:'class' => &$variables['classes_array'],---
That being said, this is really just how theme "updates/upgrades" go. You have to double check/change your sub-theme's files to match whatever it is you've overridden.
Comment #5
markhalliwellComment #6
clemens.tolboom