--- title: themeDocumentNotModified description: Theme document not modified image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: themeDocumentNotModified [Back to constructors index](index.md) Theme document not modified ### Type: [Theme](../types/Theme.md) ### Example: ```php $themeDocumentNotModified = ['_' => 'themeDocumentNotModified']; ``` Or, if you're into Lua: ```lua themeDocumentNotModified={_='themeDocumentNotModified'} ```