1<?php
2$conf['restrict']        =  true;      // restrict access
3$conf['templatepath']    = 'lib/plugins/userhomepage/_template.txt';   // the location of the template file
4$conf['users_namespace'] = 'user' // namespace storing the user namespaces
5?>
6