new admin bar
This commit is contained in:
parent
4e4afa83cf
commit
124b62f960
11 changed files with 441 additions and 19 deletions
|
|
@ -156,7 +156,9 @@ sub getFileIconUrl {
|
|||
sub getIcon {
|
||||
my $self = shift;
|
||||
my $small = shift;
|
||||
if ($small) {
|
||||
if ($small && ref($self) eq '') {
|
||||
return $session{config}{extrasURL}.'/assets/small/file.gif';
|
||||
} elsif ($small) {
|
||||
return $self->getFileIconUrl;
|
||||
}
|
||||
return $session{config}{extrasURL}.'/assets/file.gif';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue