1<?php
2# For the @COMPANY@ replacement in templates
3$conf['company'] =  'Your Company - See configuration';
4
5$conf['print hide']          = 1; # hide print button
6$conf['print hide on start'] = 1; # hide print button on start pages
7$conf['print template1']     = "";
8$conf['print template2']     = "";
9$conf['print template3']     = "";
10$conf['print template4']     = "";
11