Show a web page created by docebo!
Posted: Sat Nov 10, 2012 12:18 pm
I have created a web page In Admin area --> elearning --> content --> Web pages. (published it)
Place this code where you want to,
This will print the web pages list.
And other method, if you just want a single page you can link directly to it
Place this code where you want to,
This will print the web pages list.
Code: Select all
<?php echo LoginLayout::menu(); ?>
And other method, if you just want a single page you can link directly to it
Code: Select all
/doceboLms/index.php?modname=login&op=readwebpages&idPages=1
/doceboLms/index.php?modname=login&op=readwebpages&idPages=2
.
.
.