import v1.1.0_RC2 | 2009-09-20

This commit is contained in:
2019-07-17 22:19:00 +02:00
parent 3b7ba80568
commit 38c146901c
2504 changed files with 101817 additions and 62316 deletions

View File

@ -1,4 +1,4 @@
<h2><?php echo $this->translate('About Community-id') ?></h2>
<h2><?php echo $this->translate('About Community-ID') ?></h2>
<div>
<label><?php echo $this->translate('Version installed:') ?></label>
<?php echo $this->version ?>
@ -12,7 +12,7 @@
<?php foreach ($this->news as $item): ?>
<li>
<div>
<a href="<?php echo $item->link ?>"><?= $item->title ?></a>
<a href="<?php echo $item->link ?>"><?php echo $item->title ?></a>
</div>
<div class="newsExcerpt">
<?php echo $item->content ?>

View File

@ -1,4 +1,4 @@
<div id="article">
This is the identity page for the Community-ID user identified with:
<?= $this->translate('This is the identity page for the Community-ID user identified with:') ?>
<h2 style="text-align:center"><?php echo $this->idUrl ?></h2>
</div>

View File

@ -24,7 +24,7 @@
<?php foreach ($this->news as $item): ?>
<li>
<div>
<a href="<?php echo $this->base . '/news/' . $item->id ?>"><?= $item->title ?></a>
<a href="<?php echo $this->base . '/news/' . $item->id ?>"><?php echo $item->title ?></a>
</div>
<div class="newsExcerpt">
<?php echo $item->excerpt ?>

View File

@ -24,7 +24,7 @@
<?php foreach ($this->news as $item): ?>
<li>
<div>
<a href="<?php echo $this->base . '/news/' . $item->id ?>"><?= $item->title ?></a>
<a href="<?php echo $this->base . '/news/' . $item->id ?>"><?php echo $item->title ?></a>
</div>
<div class="newsExcerpt">
<?php echo $item->excerpt ?>

View File

@ -23,7 +23,7 @@
<ul>
<?php foreach ($this->news as $item): ?>
<div>
<a href="<?php echo $this->base . '/news/' . $item->id ?>"><?= $item->title ?></a>
<a href="<?php echo $this->base . '/news/' . $item->id ?>"><?php echo $item->title ?></a>
</div>
<div class="newsExcerpt">
<?php echo $item->excerpt ?>

View File

@ -34,7 +34,7 @@
<?php foreach ($this->news as $item): ?>
<li>
<div>
<a href="<?php echo $this->base . '/news/' . $item->id ?>"><?= $item->title ?></a>
<a href="<?php echo $this->base . '/news/' . $item->id ?>"><?php echo $item->title ?></a>
</div>
<div class="newsExcerpt">
<?php echo $item->excerpt ?>