Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 61da9c72a6 | |||
| d4cb60c29c | |||
| 9754c96984 | |||
| 63f7c8c2e5 | |||
| 06d11a6e04 | |||
| 1fc58e939e | |||
| 5f904e323c | |||
| 7f0a6a427a | |||
| fb5df775ea | |||
| 7026a637a3 |
BIN
releases/slt-1.0.1.tar.gz
Normal file
BIN
releases/slt-1.0.1.tar.gz
Normal file
Binary file not shown.
20
releases/slt-1.0.1.xml
Normal file
20
releases/slt-1.0.1.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<update>
|
||||
<name>SLT Template</name>
|
||||
<description>Template for the SLT for the Joomla! CMS</description>
|
||||
<element>slt</element>
|
||||
<type>template</type>
|
||||
<client>site</client>
|
||||
<version>1.0.1</version>
|
||||
<downloads>
|
||||
<downloadurl type="full" format="tar.gz">$DL_PREFIX/slt-1.0.1.tar.gz</downloadurl>
|
||||
</downloads>
|
||||
<tags>
|
||||
<tag>stable</tag>
|
||||
<!--<tag>rc</tag>-->
|
||||
<!--<tag>beta</tag>-->
|
||||
<!--<tag>alpha</tag>-->
|
||||
<!--<tag>dev</tag>-->
|
||||
</tags>
|
||||
<maintainer>Christian Wolf</maintainer>
|
||||
<targetplatform name="joomla" version="4[.].*"/>
|
||||
</update>
|
||||
BIN
releases/slt-1.0.2.tar.gz
Normal file
BIN
releases/slt-1.0.2.tar.gz
Normal file
Binary file not shown.
20
releases/slt-1.0.2.xml
Normal file
20
releases/slt-1.0.2.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<update>
|
||||
<name>SLT Template</name>
|
||||
<description>Template for the SLT for the Joomla! CMS</description>
|
||||
<element>slt</element>
|
||||
<type>template</type>
|
||||
<client>site</client>
|
||||
<version>1.0.2</version>
|
||||
<downloads>
|
||||
<downloadurl type="full" format="tar.gz">$DL_PREFIX/slt-1.0.2.tar.gz</downloadurl>
|
||||
</downloads>
|
||||
<tags>
|
||||
<tag>stable</tag>
|
||||
<!--<tag>rc</tag>-->
|
||||
<!--<tag>beta</tag>-->
|
||||
<!--<tag>alpha</tag>-->
|
||||
<!--<tag>dev</tag>-->
|
||||
</tags>
|
||||
<maintainer>Christian Wolf</maintainer>
|
||||
<targetplatform name="joomla" version="4[.].*"/>
|
||||
</update>
|
||||
BIN
releases/slt-1.0.3.tar.gz
Normal file
BIN
releases/slt-1.0.3.tar.gz
Normal file
Binary file not shown.
20
releases/slt-1.0.3.xml
Normal file
20
releases/slt-1.0.3.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<update>
|
||||
<name>SLT Template</name>
|
||||
<description>Template for the SLT for the Joomla! CMS</description>
|
||||
<element>slt</element>
|
||||
<type>template</type>
|
||||
<client>site</client>
|
||||
<version>1.0.3</version>
|
||||
<downloads>
|
||||
<downloadurl type="full" format="tar.gz">$DL_PREFIX/slt-1.0.3.tar.gz</downloadurl>
|
||||
</downloads>
|
||||
<tags>
|
||||
<tag>stable</tag>
|
||||
<!--<tag>rc</tag>-->
|
||||
<!--<tag>beta</tag>-->
|
||||
<!--<tag>alpha</tag>-->
|
||||
<!--<tag>dev</tag>-->
|
||||
</tags>
|
||||
<maintainer>Christian Wolf</maintainer>
|
||||
<targetplatform name="joomla" version="4[.].*"/>
|
||||
</update>
|
||||
BIN
releases/slt-1.0.4.tar.gz
Normal file
BIN
releases/slt-1.0.4.tar.gz
Normal file
Binary file not shown.
20
releases/slt-1.0.4.xml
Normal file
20
releases/slt-1.0.4.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<update>
|
||||
<name>SLT Template</name>
|
||||
<description>Template for the SLT for the Joomla! CMS</description>
|
||||
<element>slt</element>
|
||||
<type>template</type>
|
||||
<client>site</client>
|
||||
<version>1.0.4</version>
|
||||
<downloads>
|
||||
<downloadurl type="full" format="tar.gz">$DL_PREFIX/slt-1.0.4.tar.gz</downloadurl>
|
||||
</downloads>
|
||||
<tags>
|
||||
<tag>stable</tag>
|
||||
<!--<tag>rc</tag>-->
|
||||
<!--<tag>beta</tag>-->
|
||||
<!--<tag>alpha</tag>-->
|
||||
<!--<tag>dev</tag>-->
|
||||
</tags>
|
||||
<maintainer>Christian Wolf</maintainer>
|
||||
<targetplatform name="joomla" version="4[.].*"/>
|
||||
</update>
|
||||
@@ -1 +1 @@
|
||||
0
|
||||
4
|
||||
|
||||
@@ -11,3 +11,9 @@
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin for-narrow-screen {
|
||||
@media screen and (max-width: 800px) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
||||
13
slt/css/components/_contact-list.scss
Normal file
13
slt/css/components/_contact-list.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
table.com-content-category__table {
|
||||
thead {
|
||||
display: none;
|
||||
}
|
||||
|
||||
tr {
|
||||
> th,
|
||||
> td {
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,3 +1,8 @@
|
||||
@use "slideshow";
|
||||
@use "article";
|
||||
@use "current-page-manu";
|
||||
@use "current-page-menu";
|
||||
@use "result-table";
|
||||
@use "presseberichte";
|
||||
@use "verbandstag";
|
||||
@use "vereine";
|
||||
@use "contact-list";
|
||||
|
||||
17
slt/css/components/_presseberichte.scss
Normal file
17
slt/css/components/_presseberichte.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
@use "../abstract" as abstract;
|
||||
|
||||
table.pressespiegel {
|
||||
@include abstract.for-narrow-screen {
|
||||
tr {
|
||||
&:first-child {
|
||||
display: none;
|
||||
}
|
||||
|
||||
> td {
|
||||
&:last-child::before {
|
||||
content: "Rubrik: ";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
15
slt/css/components/_result-table.scss
Normal file
15
slt/css/components/_result-table.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
@use "../abstract" as abstract;
|
||||
|
||||
table.result {
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
div.result-links a {
|
||||
display: block;
|
||||
|
||||
@include abstract.for-narrow-screen {
|
||||
padding: 7px 0;
|
||||
margin: 15px 0;
|
||||
}
|
||||
}
|
||||
11
slt/css/components/_verbandstag.scss
Normal file
11
slt/css/components/_verbandstag.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
@use "../abstract" as abstract;
|
||||
|
||||
table.verbandstag {
|
||||
@include abstract.for-narrow-screen {
|
||||
tr {
|
||||
&:first-child {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
39
slt/css/components/_vereine.scss
Normal file
39
slt/css/components/_vereine.scss
Normal file
@@ -0,0 +1,39 @@
|
||||
@use "../abstract" as abstract;
|
||||
|
||||
.slt-vereine {
|
||||
@include abstract.for-narrow-screen {
|
||||
display: block;
|
||||
line-height: 150%;
|
||||
|
||||
> tbody,
|
||||
tr,
|
||||
td {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
tr {
|
||||
padding: 7px 0;
|
||||
|
||||
&:first-child {
|
||||
display: none;
|
||||
}
|
||||
|
||||
> td:first-child {
|
||||
display: none;
|
||||
}
|
||||
|
||||
> td:nth-child(2) {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
> td:nth-child(4)::before {
|
||||
content: "Ansprechpartner: ";
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -24,7 +24,7 @@ li.row-fluid {
|
||||
.row-striped .row-fluid:nth-child(n),
|
||||
.list-striped li:nth-child(n),
|
||||
.table-striped tbody > tr:nth-child(n) > td {
|
||||
background-color: inherit;
|
||||
background-color: initial;
|
||||
}
|
||||
|
||||
.well {
|
||||
|
||||
35
slt/css/layout/_blog.scss
Normal file
35
slt/css/layout/_blog.scss
Normal file
@@ -0,0 +1,35 @@
|
||||
@use "../abstract" as abstract;
|
||||
|
||||
.columns-2,
|
||||
.columns-3,
|
||||
.columns-4,
|
||||
.columns-5,
|
||||
.columns-6 {
|
||||
@include abstract.for-desktop {
|
||||
display: grid;
|
||||
|
||||
> div {
|
||||
margin: 5px 5px 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.columns-2 {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
|
||||
.columns-3 {
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
}
|
||||
|
||||
.columns-4 {
|
||||
grid-template-columns: 1fr 1fr 1fr 1fr;
|
||||
}
|
||||
|
||||
.columns-5 {
|
||||
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
|
||||
}
|
||||
|
||||
.columns-6 {
|
||||
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
||||
}
|
||||
@@ -7,3 +7,5 @@
|
||||
@use "pageheader";
|
||||
@use "side-images";
|
||||
@use "main-content";
|
||||
@use "blog";
|
||||
@use "mobile-table";
|
||||
|
||||
38
slt/css/layout/_mobile-table.scss
Normal file
38
slt/css/layout/_mobile-table.scss
Normal file
@@ -0,0 +1,38 @@
|
||||
@use "../abstract" as abstract;
|
||||
|
||||
table:not(.no-responsive-table) {
|
||||
width: 100%;
|
||||
|
||||
@include abstract.for-narrow-screen {
|
||||
display: block;
|
||||
|
||||
> tbody {
|
||||
display: block;
|
||||
}
|
||||
|
||||
tr {
|
||||
display: block;
|
||||
padding: 7px 0;
|
||||
border-style: none;
|
||||
border-bottom-style: solid;
|
||||
border-width: 1px;
|
||||
|
||||
&:nth-child(2) {
|
||||
border-top-style: solid;
|
||||
}
|
||||
|
||||
> td {
|
||||
display: block;
|
||||
text-align: left !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
table:not(.alternating) {
|
||||
@include abstract.for-narrow-screen {
|
||||
tr:nth-child(2n+1) {
|
||||
background-color: #bbb;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,131 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* @package Joomla.Site
|
||||
* @subpackage com_contact
|
||||
*
|
||||
* @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
|
||||
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
||||
*/
|
||||
|
||||
defined('_JEXEC') or die;
|
||||
|
||||
JHtml::_('behavior.core');
|
||||
|
||||
$listOrder = $this->escape($this->state->get('list.ordering'));
|
||||
$listDirn = $this->escape($this->state->get('list.direction'));
|
||||
?>
|
||||
<?php if (empty($this->items)) : ?>
|
||||
<p> <?php echo JText::_('COM_CONTACT_NO_CONTACTS'); ?> </p>
|
||||
<?php else : ?>
|
||||
|
||||
<form action="<?php echo htmlspecialchars(JUri::getInstance()->toString()); ?>" method="post" name="adminForm" id="adminForm">
|
||||
<?php if ($this->params->get('filter_field') || $this->params->get('show_pagination_limit')) : ?>
|
||||
<fieldset class="filters btn-toolbar">
|
||||
<?php if ($this->params->get('filter_field')) : ?>
|
||||
<div class="btn-group">
|
||||
<label class="filter-search-lbl element-invisible" for="filter-search"><span class="label label-warning"><?php echo JText::_('JUNPUBLISHED'); ?></span><?php echo JText::_('COM_CONTACT_FILTER_LABEL') . ' '; ?></label>
|
||||
<input type="text" name="filter-search" id="filter-search" value="<?php echo $this->escape($this->state->get('list.filter')); ?>" class="inputbox" onchange="document.adminForm.submit();" title="<?php echo JText::_('COM_CONTACT_FILTER_SEARCH_DESC'); ?>" placeholder="<?php echo JText::_('COM_CONTACT_FILTER_SEARCH_DESC'); ?>" />
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ($this->params->get('show_pagination_limit')) : ?>
|
||||
<div class="btn-group pull-right">
|
||||
<label for="limit" class="element-invisible">
|
||||
<?php echo JText::_('JGLOBAL_DISPLAY_NUM'); ?>
|
||||
</label>
|
||||
<?php echo $this->pagination->getLimitBox(); ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</fieldset>
|
||||
<?php endif; ?>
|
||||
|
||||
<ul class="category row-striped">
|
||||
<?php foreach ($this->items as $i => $item) : ?>
|
||||
|
||||
<?php if (in_array($item->access, $this->user->getAuthorisedViewLevels())) : ?>
|
||||
<?php if ($this->items[$i]->published == 0) : ?>
|
||||
<li class="row-fluid system-unpublished cat-list-row<?php echo $i % 2; ?>">
|
||||
<?php else : ?>
|
||||
<li class="row-fluid cat-list-row<?php echo $i % 2; ?>" >
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ($this->params->get('show_image_heading')) : ?>
|
||||
<?php $contact_width = 7; ?>
|
||||
<div class="span2 col-md-2">
|
||||
<?php if ($this->items[$i]->image) : ?>
|
||||
<a href="<?php echo JRoute::_(ContactHelperRoute::getContactRoute($item->slug, $item->catid)); ?>">
|
||||
<?php echo JHtml::_('image', $this->items[$i]->image, JText::_('COM_CONTACT_IMAGE_DETAILS'), array('class' => 'contact-thumbnail img-thumbnail')); ?></a>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<?php else : ?>
|
||||
<?php $contact_width = 9; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="list-title span<?php echo $contact_width; ?> col-md-<?php echo $contact_width; ?>">
|
||||
<a href="<?php echo JRoute::_(ContactHelperRoute::getContactRoute($item->slug, $item->catid)); ?>">
|
||||
<?php echo $item->name; ?></a>
|
||||
<?php if ($this->items[$i]->published == 0) : ?>
|
||||
<span class="label label-warning"><?php echo JText::_('JUNPUBLISHED'); ?></span>
|
||||
<?php endif; ?>
|
||||
<?php echo $item->event->afterDisplayTitle; ?>
|
||||
|
||||
<?php echo $item->event->beforeDisplayContent; ?>
|
||||
|
||||
<?php if ($this->params->get('show_position_headings')) : ?>
|
||||
<br /><?php echo $item->con_position; ?><br />
|
||||
<?php endif; ?>
|
||||
<?php if ($this->params->get('show_email_headings')) : ?>
|
||||
<?php echo $item->email_to; ?><br />
|
||||
<?php endif; ?>
|
||||
<?php $location = array(); ?>
|
||||
<?php if ($this->params->get('show_suburb_headings') && !empty($item->suburb)) : ?>
|
||||
<?php $location[] = $item->suburb; ?>
|
||||
<?php endif; ?>
|
||||
<?php if ($this->params->get('show_state_headings') && !empty($item->state)) : ?>
|
||||
<?php $location[] = $item->state; ?>
|
||||
<?php endif; ?>
|
||||
<?php if ($this->params->get('show_country_headings') && !empty($item->country)) : ?>
|
||||
<?php $location[] = $item->country; ?>
|
||||
<?php endif; ?>
|
||||
<?php
|
||||
echo implode(', ', $location);
|
||||
if(! empty($location))
|
||||
echo "<br />";
|
||||
?>
|
||||
|
||||
<?php if ($this->params->get('show_telephone_headings') && !empty($item->telephone)) : ?>
|
||||
<?php echo JText::sprintf('COM_CONTACT_TELEPHONE_NUMBER', $item->telephone); ?><br />
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ($this->params->get('show_mobile_headings') && !empty ($item->mobile)) : ?>
|
||||
<?php echo JText::sprintf('COM_CONTACT_MOBILE_NUMBER', $item->mobile); ?><br />
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ($this->params->get('show_fax_headings') && !empty($item->fax) ) : ?>
|
||||
<?php echo JText::sprintf('COM_CONTACT_FAX_NUMBER', $item->fax); ?><br />
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
||||
<?php echo $item->event->afterDisplayContent; ?>
|
||||
</li>
|
||||
<?php endif; ?>
|
||||
<?php endforeach; ?>
|
||||
</ul>
|
||||
|
||||
<?php if ($this->params->get('show_pagination', 2)) : ?>
|
||||
<div class="pagination">
|
||||
<?php if ($this->params->def('show_pagination_results', 1)) : ?>
|
||||
<p class="counter">
|
||||
<?php echo $this->pagination->getPagesCounter(); ?>
|
||||
</p>
|
||||
<?php endif; ?>
|
||||
<?php echo $this->pagination->getPagesLinks(); ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<div>
|
||||
<input type="hidden" name="filter_order" value="<?php echo $listOrder; ?>" />
|
||||
<input type="hidden" name="filter_order_Dir" value="<?php echo $listDirn; ?>" />
|
||||
</div>
|
||||
</form>
|
||||
<?php endif; ?>
|
||||
|
||||
@@ -1,125 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* @package Joomla.Site
|
||||
* @subpackage com_contact
|
||||
*
|
||||
* @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
|
||||
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
||||
*/
|
||||
|
||||
defined('_JEXEC') or die;
|
||||
|
||||
/**
|
||||
* Marker_class: Class based on the selection of text, none, or icons
|
||||
* jicon-text, jicon-none, jicon-icon
|
||||
*/
|
||||
?>
|
||||
<dl class="contact-address dl-horizontal" itemprop="address" itemscope itemtype="https://schema.org/PostalAddress">
|
||||
<?php if (($this->params->get('address_check') > 0) &&
|
||||
($this->contact->address || $this->contact->suburb || $this->contact->state || $this->contact->country || $this->contact->postcode)) : ?>
|
||||
<dt>
|
||||
<span class="<?php echo $this->params->get('marker_class'); ?>">
|
||||
<?php echo $this->params->get('marker_address'); ?>
|
||||
</span>
|
||||
</dt>
|
||||
|
||||
<?php if ($this->contact->address && $this->params->get('show_street_address')) : ?>
|
||||
<dd>
|
||||
<span class="contact-street" itemprop="streetAddress">
|
||||
<?php echo nl2br($this->contact->address); ?>
|
||||
<br />
|
||||
</span>
|
||||
</dd>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ($this->contact->suburb && $this->params->get('show_suburb')) : ?>
|
||||
<dd>
|
||||
<span class="contact-postcode" itemprop="postalCode">
|
||||
<?php echo $this->contact->postcode; ?>
|
||||
</span>
|
||||
<span class="contact-suburb" itemprop="addressLocality">
|
||||
<?php echo $this->contact->suburb; ?>
|
||||
<br />
|
||||
</span>
|
||||
</dd>
|
||||
<?php endif; ?>
|
||||
<?php if ($this->contact->state && $this->params->get('show_state')) : ?>
|
||||
<dd>
|
||||
<span class="contact-state" itemprop="addressRegion">
|
||||
<?php echo $this->contact->state; ?>
|
||||
<br />
|
||||
</span>
|
||||
</dd>
|
||||
<?php endif; ?>
|
||||
<?php if ($this->contact->country && $this->params->get('show_country')) : ?>
|
||||
<dd>
|
||||
<span class="contact-country" itemprop="addressCountry">
|
||||
<?php echo $this->contact->country; ?>
|
||||
<br />
|
||||
</span>
|
||||
</dd>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ($this->contact->email_to && $this->params->get('show_email')) : ?>
|
||||
<dt>
|
||||
<span class="<?php echo $this->params->get('marker_class'); ?>" itemprop="email">
|
||||
<?php echo nl2br($this->params->get('marker_email')); ?>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<span class="contact-emailto">
|
||||
<?php echo $this->contact->email_to; ?>
|
||||
</span>
|
||||
</dd>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ($this->contact->telephone && $this->params->get('show_telephone')) : ?>
|
||||
<dt>
|
||||
<span class="<?php echo $this->params->get('marker_class'); ?>">
|
||||
<?php echo $this->params->get('marker_telephone'); ?>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<span class="contact-telephone" itemprop="telephone">
|
||||
<?php echo $this->contact->telephone; ?>
|
||||
</span>
|
||||
</dd>
|
||||
<?php endif; ?>
|
||||
<?php if ($this->contact->fax && $this->params->get('show_fax')) : ?>
|
||||
<dt>
|
||||
<span class="<?php echo $this->params->get('marker_class'); ?>">
|
||||
<?php echo $this->params->get('marker_fax'); ?>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<span class="contact-fax" itemprop="faxNumber">
|
||||
<?php echo $this->contact->fax; ?>
|
||||
</span>
|
||||
</dd>
|
||||
<?php endif; ?>
|
||||
<?php if ($this->contact->mobile && $this->params->get('show_mobile')) : ?>
|
||||
<dt>
|
||||
<span class="<?php echo $this->params->get('marker_class'); ?>">
|
||||
<?php echo $this->params->get('marker_mobile'); ?>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<span class="contact-mobile" itemprop="telephone">
|
||||
<?php echo $this->contact->mobile; ?>
|
||||
</span>
|
||||
</dd>
|
||||
<?php endif; ?>
|
||||
<?php if ($this->contact->webpage && $this->params->get('show_webpage')) : ?>
|
||||
<dt>
|
||||
<span class="<?php echo $this->params->get('marker_class'); ?>">
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<span class="contact-webpage">
|
||||
<a href="<?php echo $this->contact->webpage; ?>" target="_blank" rel="noopener noreferrer" itemprop="url">
|
||||
<?php echo JStringPunycode::urlToUTF8($this->contact->webpage); ?></a>
|
||||
</span>
|
||||
</dd>
|
||||
<?php endif; ?>
|
||||
</dl>
|
||||
Reference in New Issue
Block a user