import v1.1.0_RC2 | 2009-09-20
This commit is contained in:
@ -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 ?>
|
||||
|
@ -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>
|
||||
|
@ -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 ?>
|
||||
|
@ -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 ?>
|
||||
|
@ -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 ?>
|
||||
|
@ -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 ?>
|
||||
|
Reference in New Issue
Block a user