small fixes
This commit is contained in:
parent
b236b81548
commit
a82490ac3d
2 changed files with 3 additions and 2 deletions
|
|
@ -77,6 +77,7 @@ sub addNewStyles {
|
|||
foreach my $file (@files) {
|
||||
next if $file eq "..";
|
||||
next if $file eq ".";
|
||||
next if $file eq ".svn";
|
||||
$assetCounter++;
|
||||
print "\t\t\tAdding $file\n";
|
||||
if ($file =~ m/\.[png|jpg|gif]+$/) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#id:PBnav000000style01lvl2
|
||||
#PBnav000000style01lvl2
|
||||
#title:Style 01 Nav lvl2
|
||||
#menutitle:Style 01 Nav lvl2
|
||||
#url:style01_nav_lvl2
|
||||
|
|
@ -25,4 +25,4 @@
|
|||
<span class="right"> </span>
|
||||
</div>
|
||||
</tmpl_unless>
|
||||
</tmpl_loop>
|
||||
</tmpl_loop>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue