Commit 4ac651c6 by Muhammad Usman

url fixes for course & management

parent 3ddc8ced
Pipeline #278 passed with stage
in 0 seconds
......@@ -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';
......
......@@ -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?"]'); ?>
......
......@@ -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?"]'); ?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment