Posted 12 сентября, 20204 yr Столкнулся такой проблемой, как поменять шрифт лого, который сверху справа. Вот с него код: <template template_group="global" template_name="logo" template_data=" " template_location="front"><![CDATA[<a class='focus-logo' href='{setting="base_url"}' accesskey='1'> {{if isset( \IPS\Theme::i()->logo['front']['url'] ) AND \IPS\Theme::i()->logo['front']['url'] !== null }} {{$logo = \IPS\File::get( 'core_Theme', \IPS\Theme::i()->logo['front']['url'] )->url;}} <span class='focus-logo__image'> <img src="{$logo}" alt='{setting="board_name" escape="true"}'> </span> {{if theme.focus_text_logo OR theme.focus_text_logo_slogan}} <span class='focus-logo__text'> {{if theme.focus_text_logo}}<span class='focus-logo__name'>{theme="focus_text_logo"}</span>{{endif}} {{if theme.focus_text_logo_slogan}}<span class='focus-logo__slogan'>{theme="focus_text_logo_slogan"}</span>{{endif}} </span> {{endif}} {{else}} <span class='focus-logo__text'> <span class='focus-logo__name'>{{if theme.focus_text_logo}}{theme="focus_text_logo"}{{else}}{setting="board_name"}{{endif}}</span> {{if theme.focus_text_logo_slogan}}<span class='focus-logo__slogan'>{theme="focus_text_logo_slogan"}</span>{{endif}} </span> {{endif}} </a>]]></template> Edited 12 сентября, 20204 yr by AnWey
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.