mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Make frame width a variable
This commit is contained in:
parent
5dc09fb6ee
commit
92a419a25c
2 changed files with 5 additions and 2 deletions
|
@ -16,6 +16,9 @@ $RESOURCE_TYPE = array (REFERENCE => get_string("resourcetype1", "resource"),
|
|||
HTML => get_string("resourcetype6", "resource"),
|
||||
PROGRAM => get_string("resourcetype7", "resource") );
|
||||
|
||||
$RESOURCE_FRAME_SIZE = 130;
|
||||
|
||||
|
||||
function resource_list_all_resources($courseid=0, $sort="name ASC", $recent=0) {
|
||||
// Returns list of all resource links in an array of strings
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue