add OSS note links
This commit is contained in:
@@ -136,6 +136,7 @@ class Databap extends PhpObject
|
||||
self::TABLE_TYPE=>'table', 'table'=>'table',
|
||||
self::DOC_TYPE=>'doc', 'documentation'=>'doc', 'doc'=>'doc',
|
||||
self::ART_TYPE=>'article', 'art'=>'article', 'article'=>'article',
|
||||
'n'=>'note', 'note'=>'note', 'note oss'=>'note',
|
||||
'list'=>'list', 'liste'=>'list',
|
||||
'chat'=>'chat',
|
||||
'profil'=>'profile', 'profile'=>'profile',
|
||||
@@ -152,7 +153,7 @@ class Databap extends PhpObject
|
||||
public static $PAGE_TITLES = array( 'code'=>'Code', 'chat'=>'Chat', 'doc'=>'Documentation', 'error'=>'Page introuvable',
|
||||
'list'=>'La liste', 'options'=>'Paramètres', 'procedure'=>'Procédure', 'profile'=>'Profil',
|
||||
'search'=>'Recherche', 'welcome'=>'Bienvenue', 'table'=>'Table', 'article'=>'Article de blog',
|
||||
'logout'=>'Déconnexion');
|
||||
'logout'=>'Déconnexion', 'note'=>'Note OSS');
|
||||
|
||||
//Doc constants
|
||||
const DOC_FOLDER = 'docs/';
|
||||
|
||||
Reference in New Issue
Block a user