Files
grzanieplus.pl/apps/frontend/modules/stUserData/templates/_responsiveUserPanelBreadcrumbs.php
Jacek Pyziak 21e2bc6412 Add user data templates for responsive design and pagination
- Created new templates for user data management including address list, product list, and order forms.
- Implemented responsive design for user panel breadcrumbs and address management.
- Added pagination functionality for product listings.
- Integrated Smarty template engine for dynamic content rendering.
- Ensured compatibility with existing user data structures and configurations.
2025-06-18 10:13:34 +02:00

7 lines
207 B
PHP

<?php
$smarty->assign('user_email', sfContext::getInstance()->getUser()->getUsername());
$smarty->assign('active_tab', $active_tab);
$smarty->display('userdata_responsive_user_panel_breadcrumbs.html');
?>