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
57ebba17
Commit
57ebba17
authored
Oct 23, 2007
by
Nigel McNie
Browse files
Hook in the paginator library for the artefact chooser to use
parent
923d3bfe
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/view/blocks.php
View file @
57ebba17
...
...
@@ -45,7 +45,7 @@ $columns = $view->build_columns(true);
$extraconfig
=
array
(
'stylesheets'
=>
array
(
'style/views.css'
),
);
$smarty
=
smarty
(
array
(
'views'
,
'tinytinymce'
),
array
(
'<link rel="stylesheet" type="text/css" href="'
.
get_config
(
'wwwroot'
)
.
'theme/views.css">'
),
false
,
$extraconfig
);
$smarty
=
smarty
(
array
(
'views'
,
'tinytinymce'
,
'paginator'
),
array
(
'<link rel="stylesheet" type="text/css" href="'
.
get_config
(
'wwwroot'
)
.
'theme/views.css">'
),
false
,
$extraconfig
);
// The list of categories for the tabbed interface
...
...
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