repo.or.cz
/
elgg_plugins.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Simple status box for the sidebar.
[elgg_plugins.git]
/
metatags
/
lib.php
blob
5fcff886024ab7175a4298cac6ae4be8e387abc2
1
<
?php
2
3
function
metatags_pagesetup
() {
4
}
5
6
function
metatags_init
() {
7
8
global
$metatags
,
$CFG
;
9
$metatags
.=
@file_get_contents
(
$CFG
->
dirroot
.
"mod/metatags/metatags.inc"
);
10
11
}
12
13
?
>