added file asset uploads
This commit is contained in:
parent
95bac10986
commit
f72368fd8d
4 changed files with 36 additions and 47 deletions
|
|
@ -13,10 +13,11 @@ package WebGUI::Macro::Navigation;
|
|||
use strict;
|
||||
use WebGUI::Macro;
|
||||
use WebGUI::Session;
|
||||
use WebGUI::Navigation;
|
||||
#use WebGUI::Navigation;
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub process {
|
||||
return "Nav disabled.";
|
||||
my @param = WebGUI::Macro::getParams($_[0]);
|
||||
|
||||
my $identifier = $param[0];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue