I've gone around in circles for a while with the documentation.
I have a PHP app starting with
and ending with
I would like to add the standard breadcrumbs at the top.
It seems like they would be a standard item in the header ...
If the answer is that I need a .tmpl file ... it's not clear to me where that goes and how I use it in my ui.
What do i need to do to get breadcrumbs?
Thanks.
I have a PHP app starting with
Code:
<?php
require_once('/usr/local/cpanel/php/WHM.php');
WHM::header('Topline Cloud Services', 0, 0);
?>
Code:
<?php
WHM::footer();
?>
I would like to add the standard breadcrumbs at the top.
It seems like they would be a standard item in the header ...
If the answer is that I need a .tmpl file ... it's not clear to me where that goes and how I use it in my ui.
What do i need to do to get breadcrumbs?
Thanks.