my own page like users.php
I working on the admin side to add my own page. I take users.php as a starting point.
I duplicated the file /admin/users.php to /admin/pricing.php
Within that file:
$smarty->assign("main","users"); ---> $smarty->assign("main","pricing");
Then I created the file /skin1/admin/main/pricing.tpl copying from /skin1/admin/main/users.tpl
When I display /admin/pricing.php in the browser I got:
Page not found!
The requested page does not exist or you are not allowed to access it!
What am I missing?
__________________
Jay S
Xcart 4.1.3 & Mysql 5.0.20
Xcart 4.0.17 & Mysql 4.1
Apache 2.0 & Linux Whitebox 3
|