Пример #1
0
    echo $PMF_LANG["ad_instance_url"];
    ?>
</th>
            <th><?php 
    echo $PMF_LANG["ad_instance_path"];
    ?>
</th>
            <th colspan="3"><?php 
    echo $PMF_LANG["ad_instance_name"];
    ?>
</th>
        </tr>
        </thead>
        <tbody>
        <?php 
    foreach ($instance->getAllInstances() as $site) {
        $currentInstance = new PMF_Instance($faqConfig);
        $currentInstance->getInstanceById($site->id);
        $currentInstance->setId($site->id);
        ?>
        <tr id="row-instance-<?php 
        print $site->id;
        ?>
">
            <td><?php 
        print $site->id;
        ?>
</td>
            <td><a href="<?php 
        print $site->url . $site->instance;
        ?>