1<?php
2/**
3 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
4 *
5 * @author Florian Lamml <info@florian-lamml.de>
6 */
7
8// $conf['sapnoteurl'] = 'https://service.sap.com/sap/support/notes';	// SAP Note URL (Legacy Applications)
9// $conf['sapnoteurl'] = 'https://launchpad.support.sap.com/#/notes';	// SAP Note URL (new Launchpad)
10$conf['sapnoteurl'] = 'https://me.sap.com/notes';	// SAP Note URL (new SAP for Me)
11$conf['sapnotelink_toolbar_icon'] = 0;	// Toolbar Icon YES/NO
12