Placeholders for logotypes in UI templates
You can use the following placeholders to insert the reseller's logotypes in UI templates (see Uploading reseller's logos).
| Placeholder | Description | Example |
|---|---|---|
vendor.logo | The main logotype for the Customer Control Panel | <img src="{{ vendor.logo }}"> |
| vendor.inverted_logo | The inverted logotype for the Operator Control Panel | <img src="{{ vendor.inverted_logo }}"> |
| vendor.short_logo | The short logotype for the registration and authorization page | <img src="{{ vendor.short_logo }}"> |
| vendor.stamp | The stamp | <img src="{{ vendor.stamp }}"> |
| vendor.favicon | The vavicon | <img src="{{ vendor.favicon }}"> |