Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
library
uw_lib_refshelf
Commits
21065ed3
Commit
21065ed3
authored
Dec 20, 2017
by
Ganesharatnam
Browse files
modified for main category link
parent
1ad35457
Changes
1
Hide whitespace changes
Inline
Side-by-side
uw_lib_refshelf.module
View file @
21065ed3
...
...
@@ -46,7 +46,8 @@ function uw_lib_refshelf_data($param, $url) {
function
uw_lib_refshelf_render_data
()
{
$content
=
""
;
$links
=
""
;
$main_category
=
'<a href="online-reference-shelf" style="float:right;">Go back to main category</a>'
;
//$main_category = '<a href="online-reference-shelf" style="float:right;">Go back to main category</a>';
$main_category
=
'<a href="online-reference-shelf">Go back to main categories</a>'
;
//Check for cat_id and toc_id in GET
if
(
array_key_exists
(
"cat_id"
,
$_GET
)
||
array_key_exists
(
"toc_id"
,
$_GET
))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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