parent
d48166fda2
commit
b3bf43e64d
@ -1,3 +1,6 @@ |
|||||||
<?php |
<?php |
||||||
// should contain the code to access the plugin from outside a course |
/** |
||||||
?> |
* Placeholder file |
||||||
|
* Should contain the code to access the plugin from outside a course |
||||||
|
* @package chamilo.plugin.bigbluebutton |
||||||
|
*/ |
||||||
|
@ -1 +1,9 @@ |
|||||||
<?php echo strip_tags($date); ?> |
<?php |
||||||
|
/** |
||||||
|
* Display script for example date plugin |
||||||
|
* @package chamilo.plugin.date |
||||||
|
*/ |
||||||
|
/** |
||||||
|
* Display |
||||||
|
*/ |
||||||
|
echo " ".strip_tags($date); ?> |
||||||
|
Loading…
Reference in new issue