-
AuthorPosts
-
amaralwebdesigner Friend
amaralwebdesigner
- Join date:
- April 2010
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 4
- Thanked:
- 3 times in 1 posts
December 27, 2010 at 11:55 am #157909Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
December 27, 2010 at 12:46 pm #368772That part is found in templates>ja_social>blocks>topbar.php. Take a look at the code below. The bit in red can be edited or removed as you require.
<?php
/*
# ------------------------------------------------------------------------
# JA Social Template
# ------------------------------------------------------------------------
# Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2. CSS / JS are Copyrighted Commercial,
# bound by Proprietary License of JoomlArt. For details on licensing,
# Please Read Terms of Use at http://www.joomlart.com/terms_of_use.html.
# Author: JoomlArt.com
# Websites: http://www.joomlart.com - http://www.joomlancers.com
# Redistribution, Modification or Re-licensing of this file in part of full,
# is bound by the License applied.
# ------------------------------------------------------------------------
*/
?>
<?php $this->genBlockBegin ($block) ?>
<p class="ja-day">
<?php
echo "<span class="day">".date ('l')."</span>";
echo "<span class="date">, ".date ('M')." ".date ('d').date ('S')."</span>";
?>
</p>
<p class="ja-updatetime"><span><?php echo JText::_('Last update')?></span><em><?php echo T3Common::getLastUpdate(); ?></em></p>
<?php if($this->countModules('ja-login')) : ?>
<div id="ja-headtools" class="ja-headtool">
<ul>
<jdoc:include type="modules" name="ja-login" />
</ul>
</div>
<?php endif; ?>
<?php $this->genBlockEnd ($block) ?>
1 user says Thank You to Phill for this useful post
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Phill 14 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to remove information
Viewing 2 posts - 1 through 2 (of 2 total)