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
c40e5426
Commit
c40e5426
authored
May 29, 2009
by
Richard Mansfield
Browse files
Remove filebrowser.js from the view layout page; it's not required yet
parent
59c98482
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/view/blocks.php
View file @
c40e5426
...
...
@@ -116,7 +116,7 @@ $extraconfig = array(
'stylesheets'
=>
array
(
'style/views.css'
),
);
$smarty
=
smarty
(
array
(
'views'
,
'tinytinymce'
,
'paginator'
,
'tablerenderer'
,
'artefact/file/js/filebrowser.js'
),
array
(
'<link rel="stylesheet" type="text/css" href="'
.
get_config
(
'wwwroot'
)
.
'theme/views.css">'
),
false
,
$extraconfig
);
$smarty
=
smarty
(
array
(
'views'
,
'tinytinymce'
,
'paginator'
,
'tablerenderer'
),
array
(
'<link rel="stylesheet" type="text/css" href="'
.
get_config
(
'wwwroot'
)
.
'theme/views.css">'
),
false
,
$extraconfig
);
// The list of categories for the tabbed interface
$smarty
->
assign
(
'category_list'
,
$view
->
build_category_list
(
$category
,
$new
));
...
...
Write
Preview
Supports
Markdown
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