1<?php
2/**
3 * Options for the snippeter Plugin
4 */
5$conf['namespace']          = 'snippets';       // Which namespace contain snippets? default: 'snippets'
6
7