small fixes

This commit is contained in:
JT Smith 2006-04-20 22:42:19 +00:00
parent b236b81548
commit a82490ac3d
2 changed files with 3 additions and 2 deletions

View file

@ -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]+$/) {

View file

@ -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">&#160;</span>
</div>
</tmpl_unless>
</tmpl_loop>
</tmpl_loop>