File tree Expand file tree Collapse file tree
pythoncms/static/themes/back Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 {%if 'file' in moduleinfo['icons']%}
7373 < img class ="menu-icon " src ="{{get_static(moduleinfo['static_name'], moduleinfo['icons']['file'])}} ">
7474 {%else%}
75- {%if get_setting ('ACTIVE_ICONSET') == 'fa'%}
76- < i class ="menu-icon {{moduleinfo['icons']['fa']}} "> </ i >
75+ {%if get_value ('ACTIVE_ICONSET') == 'fa'%}
76+ < i class ="{{moduleinfo['icons']['fa']}} "> </ i >
7777 {%else%}
7878 < i class ="menu-icon tf-icons {{moduleinfo['icons']['boxicons']}} "> </ i >
7979 {%endif%}
9393 {%if 'file' in moduleinfo['icons']%}
9494 < img class ="menu-icon " src ="{{get_static(moduleinfo['static_name'], moduleinfo['icons']['file'])}} ">
9595 {%else%}
96- {%if get_setting ('ACTIVE_ICONSET') == 'fa'%}
96+ {%if get_value ('ACTIVE_ICONSET') == 'fa'%}
9797 < i class ="menu-icon {{moduleinfo['icons']['fa']}} "> </ i >
9898 {%else%}
9999 < i class ="menu-icon tf-icons {{moduleinfo['icons']['boxicons']}} "> </ i >
Original file line number Diff line number Diff line change 127127 {%if 'file' in moduleinfo['icons']%}
128128 < img class ="menu-icon " src ="{{get_static(moduleinfo['static_name'], moduleinfo['icons']['file'])}} ">
129129 {%else%}
130- {%if get_setting ('ACTIVE_ICONSET') == 'fa'%}
131- < i class ="menu-icon {{moduleinfo['icons']['fa']}} "> </ i >
130+ {%if get_value ('ACTIVE_ICONSET') == 'fa'%}
131+ < i class ="{{moduleinfo['icons']['fa']}} "> </ i >
132132 {%else%}
133133 < i class ="menu-icon tf-icons {{moduleinfo['icons']['boxicons']}} "> </ i >
134134 {%endif%}
142142 {%if 'file' in moduleinfo['icons']%}
143143 < img class ="menu-icon " src ="{{get_static(moduleinfo['static_name'], moduleinfo['icons']['file'])}} ">
144144 {%else%}
145- {%if get_setting ('ACTIVE_ICONSET') == 'fa'%}
145+ {%if get_value ('ACTIVE_ICONSET') == 'fa'%}
146146 < i class ="menu-icon {{moduleinfo['icons']['fa']}} "> </ i >
147147 {%else%}
148148 < i class ="menu-icon tf-icons {{moduleinfo['icons']['boxicons']}} "> </ i >
You can’t perform that action at this time.
0 commit comments