# meow-gallery/5.4.7/classes/builders/collection_menu.php

Meow Gallery, version 5.4.7. 11 lines.

- Page: https://pluginprobe.com/plugins/meow-gallery/5.4.7/code/classes/builders/collection_menu.php
- Raw: https://pluginprobe.com/plugins/meow-gallery/5.4.7/raw/classes/builders/collection_menu.php
- Modified: 2026-02-25T14:38:58+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/meow-gallery/5.4.7/code/classes/builders/collection_menu.php#L10-L20`.

```php
<?php

class Meow_MGL_Builders_Collection_Menu extends Meow_MGL_Builders_Core {

    public function __construct( $atts, $isPreview = false ) {
		parent::__construct( $atts, $isPreview );
		$this->layout = 'menu';
	}

    function inline_css() {}
}
```
