34 lines
431 B
Markdown
34 lines
431 B
Markdown
---
|
|
title: baseThemeClassic
|
|
description: Classic theme
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Constructor: baseThemeClassic
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Classic theme
|
|
|
|
|
|
|
|
|
|
### Type: [BaseTheme](../types/BaseTheme.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```php
|
|
$baseThemeClassic = ['_' => 'baseThemeClassic'];
|
|
```
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
```lua
|
|
baseThemeClassic={_='baseThemeClassic'}
|
|
|
|
```
|
|
|
|
|