XOOPS RMCommon Utilities  2.1.8.91RC
 All Classes Namespaces Files Functions Variables
function.breadcrumb.php
Go to the documentation of this file.
1 <?php
3 
4  $bc = RMBreadCrumb::get();
5 
6  return $bc->render();
7 
8 }
9