Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apex_micro_site
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Ali Arshad
apex_micro_site
Commits
4ac651c6
Commit
4ac651c6
authored
Feb 09, 2018
by
Muhammad Usman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
url fixes for course & management
parent
3ddc8ced
Pipeline
#278
passed with stage
in 0 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletions
+3
-1
functions.php
WWW_DATA/wp-content/plugins/apex_global_lms/functions.php
+1
-1
e-learning.php
...p-content/plugins/apex_global_lms/template/e-learning.php
+1
-0
it-course.php
...wp-content/plugins/apex_global_lms/template/it-course.php
+1
-0
No files found.
WWW_DATA/wp-content/plugins/apex_global_lms/functions.php
View file @
4ac651c6
...
...
@@ -376,7 +376,7 @@ function vq_render_short_banner($attr)
$txt
=
isset
(
$attr
[
'txt'
])
?
$attr
[
'txt'
]
:
"Heading"
;
$txtClr
=
isset
(
$attr
[
'txtclr'
])
?
$attr
[
'txtclr'
]
:
"#fff"
;
$btnClr
=
isset
(
$attr
[
'btnclr'
])
?
$attr
[
'btnclr'
]
:
"#fff"
;
$btnLink
=
isset
(
$attr
[
'btnlink'
])
?
$attr
[
'btnlink'
]
:
site_url
(
"download-all"
);
$btnLink
=
isset
(
$attr
[
'btnlink'
])
?
site_url
(
$attr
[
'btnlink'
])
:
site_url
(
"download-all"
);
$btnTxt
=
isset
(
$attr
[
'btntxt'
])
?
$attr
[
'btntxt'
]
:
'Click Here'
;
...
...
WWW_DATA/wp-content/plugins/apex_global_lms/template/e-learning.php
View file @
4ac651c6
...
...
@@ -62,6 +62,7 @@ $course_categories = get_terms( array(
btnClr="#fff"
bgClr="#f89f18"
btnBg="#2898c4"
btnLink="lms-pricing"
btnTxt="Download Full List Of Courses"
txt="Not sure which course to take?"]'
);
?>
...
...
WWW_DATA/wp-content/plugins/apex_global_lms/template/it-course.php
View file @
4ac651c6
...
...
@@ -84,6 +84,7 @@ $page = get_page_by_path('lms-courses');
btnClr="#fff"
bgClr="#2898c4"
btnBg="#f89f18"
btnLink="lms-checkout"
btnTxt="Sign Up today"
txt="Ready to begin?"]'
);
?>
...
...
Write
Preview
Markdown
is supported
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