Subversion Repositories wpShopGermany4

Rev

Rev 6503 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6503 Rev 7507
Line 1... Line 1...
1
<?php
1
<?php
2
 
2
 
3
    /**  Liste der Länder im Backend */
3
    /**  Liste der Länder im Backend */
4
 
4
 
-
 
5
    echo $this->writeBackendMessage();
-
 
6
    
5
?>
7
?>
6
 
8
 
7
<?php if (wpsg_isSizedArray($this->view['data'])) { ?>
9
<?php if (wpsg_isSizedArray($this->view['data'])) { ?>
8
    <table class="table wpsg_table_country">
10
    <table class="table wpsg_table_country">
9
 
11