Exemple #1
0
 function iLoopID()
 {
     return WYLoopElement::iCurrentLoopID();
 }
Exemple #2
0
include_once "../main.inc.php";
$sPageTitle = sLS("Leben in Balance", "Life in Balance");
include_once "../header.inc.php";
?>

<div id="mainContent" class="noSubMenu">

<h1><?php 
echo sLS("Unsere Partner", "Our Partners");
?>
</h1>
<div style="height: 20px"></div>
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<?php 
foreach (WYLoopElement::aLoopIDs(sWYLS("Termine", "Events")) as $webyep_oCurrentLoop->iLoopID) {
    $webyep_oCurrentLoop->loopStart(false);
    ?>
<tr>
<td valign="top" style="padding-right: 20px" width="1%">
    <?php 
    webyep_image(sWYLS("Logo", "Logo"), false, 'class="bordered"', "", "", 120, 0, false);
    ?>
</td>
<td valign="top">
    <div class="loopControls"><?php 
    $webyep_oCurrentLoop->showEditButtons();
    ?>
</div>
    <h2><?php 
    webyep_shortText(sWYLS("Titel", "Title"), false);
Exemple #3
0
 function aLoopIDs($sN)
 {
     global $webyep_oCurrentLoop;
     $webyep_oCurrentLoop = new WYLoopElement($sN);
     return $webyep_oCurrentLoop->_aLoopIDs();
 }