repo.or.cz
/
moodle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'MDL-21446' of git://github.com/timhunt/moodle
[moodle.git]
/
blocks
/
tags
/
settings.php
blob
2e72e7e005e9669c0cdf6a661801108e903c3e2e
1
<
?php
2
3
defined
(
'MOODLE_INTERNAL'
)
||
die
;
4
5
if
(
$ADMIN
->
fulltree
) {
6
$settings
->
add
(
new
admin_setting_configcheckbox
(
'block_tags_showcoursetags'
,
get_string
(
'showcoursetags'
,
'block_tags'
),
7
get_string
(
'showcoursetagsdef'
,
'block_tags'
),
0
));
8
}
9