Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
78acf13f
Commit
78acf13f
authored
Aug 11, 2007
by
Nigel McNie
Committed by
Penny Leach
Aug 17, 2007
Browse files
Changed MENUITEM constants for the contacts section for the new menu system.
parent
036b167c
Changes
6
Hide whitespace changes
Inline
Side-by-side
htdocs/contacts/groups/create.php
View file @
78acf13f
...
...
@@ -25,8 +25,7 @@
*/
define
(
'INTERNAL'
,
1
);
define
(
'MENUITEM'
,
'mycontacts'
);
define
(
'SUBMENUITEM'
,
'myownedgroups'
);
define
(
'MENUITEM'
,
'groups/groupsiown'
);
require
(
dirname
(
dirname
(
dirname
(
__FILE__
)))
.
'/init.php'
);
require_once
(
'pieforms/pieform.php'
);
define
(
'TITLE'
,
get_string
(
'creategroup'
));
...
...
htdocs/contacts/groups/edit.php
View file @
78acf13f
...
...
@@ -25,8 +25,7 @@
*/
define
(
'INTERNAL'
,
1
);
define
(
'MENUITEM'
,
'mycontacts'
);
define
(
'SUBMENUITEM'
,
'myownedgroups'
);
define
(
'MENUITEM'
,
'groups/groupsiown'
);
require
(
dirname
(
dirname
(
dirname
(
__FILE__
)))
.
'/init.php'
);
require_once
(
'pieforms/pieform.php'
);
define
(
'TITLE'
,
get_string
(
'editgroup'
));
...
...
htdocs/contacts/groups/index.php
View file @
78acf13f
...
...
@@ -25,14 +25,13 @@
*/
define
(
'INTERNAL'
,
1
);
define
(
'MENUITEM'
,
'mycontacts'
);
define
(
'SUBMENUITEM'
,
'mygroups'
);
define
(
'MENUITEM'
,
'groups/groupsimin'
);
define
(
'SECTION_PLUGINTYPE'
,
'core'
);
define
(
'SECTION_PLUGINNAME'
,
'contacts'
);
define
(
'SECTION_PAGE'
,
'groups'
);
require
(
dirname
(
dirname
(
dirname
(
__FILE__
)))
.
'/init.php'
);
define
(
'TITLE'
,
get_string
(
'
my
groups'
));
define
(
'TITLE'
,
get_string
(
'groups
imin
'
));
$viewurl
=
get_config
(
'wwwroot'
)
.
'contacts/groups/view.php?id='
;
$leftsuccess
=
get_string
(
'leftgroup'
);
...
...
htdocs/contacts/groups/owned.php
View file @
78acf13f
...
...
@@ -25,14 +25,13 @@
*/
define
(
'INTERNAL'
,
1
);
define
(
'MENUITEM'
,
'mycontacts'
);
define
(
'SUBMENUITEM'
,
'myownedgroups'
);
define
(
'MENUITEM'
,
'groups/groupsiown'
);
define
(
'SECTION_PLUGINTYPE'
,
'core'
);
define
(
'SECTION_PLUGINNAME'
,
'contacts'
);
define
(
'SECTION_PAGE'
,
'ownedgroups'
);
require
(
dirname
(
dirname
(
dirname
(
__FILE__
)))
.
'/init.php'
);
define
(
'TITLE'
,
get_string
(
'
myowned
groups'
));
define
(
'TITLE'
,
get_string
(
'groups
iown
'
));
$viewurl
=
get_config
(
'wwwroot'
)
.
'contacts/groups/view.php?id='
;
$editurl
=
get_config
(
'wwwroot'
)
.
'contacts/groups/edit.php?id='
;
...
...
htdocs/contacts/groups/view.php
View file @
78acf13f
...
...
@@ -25,10 +25,9 @@
*/
define
(
'INTERNAL'
,
1
);
define
(
'MENUITEM'
,
'mycontacts'
);
define
(
'SUBMENUITEM'
,
'mygroups'
);
define
(
'MENUITEM'
,
'groups'
);
require
(
dirname
(
dirname
(
dirname
(
__FILE__
)))
.
'/init.php'
);
define
(
'TITLE'
,
get_string
(
'
my
groups'
));
define
(
'TITLE'
,
get_string
(
'groups'
));
require_once
(
'group.php'
);
$id
=
param_integer
(
'id'
);
...
...
htdocs/contacts/index.php
View file @
78acf13f
...
...
@@ -25,8 +25,7 @@
*/
define
(
'INTERNAL'
,
1
);
define
(
'MENUITEM'
,
'mycontacts'
);
define
(
'SUBMENUITEM'
,
'myfriends'
);
define
(
'MENUITEM'
,
'groups/myfriends'
);
define
(
'SECTION_PLUGINTYPE'
,
'core'
);
define
(
'SECTION_PLUGINNAME'
,
'contacts'
);
define
(
'SECTION_PAGE'
,
'friends'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment