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
7c62f75a
Commit
7c62f75a
authored
Apr 30, 2009
by
Nigel McNie
Browse files
Export views with selection_type:Webpage
parent
496ef6f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/export/leap/lib.php
View file @
7c62f75a
...
...
@@ -211,6 +211,12 @@ class PluginExportLeap extends PluginExport {
$this
->
smarty
->
assign
(
'contenttype'
,
'html'
);
$this
->
smarty
->
assign
(
'content'
,
$view
->
build_columns
());
$this
->
smarty
->
assign
(
'type'
,
'selection'
);
$this
->
smarty
->
assign
(
'categories'
,
array
(
array
(
'scheme'
=>
'selection_type'
,
'term'
=>
'Webpage'
,
)
));
$this
->
xml
.
=
$this
->
smarty
->
fetch
(
"export:leap:entry.tpl"
);
}
}
...
...
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