K2 Users Module code changes - Joomla! Forum - community, help and support
i've made following changes users module default.php
does see problem?
removed line <ul> tag on line 12
and mate on line 78
changed line 14 utilize <div> rather <li>
and mate on line 76
put <h> tags on line 24
deleted line 63
added <i> , <small> toge line 66
and mates on line 70
does see problem?
removed line <ul> tag on line 12
code: select all
<ul> and mate on line 78
code: select all
</ul>changed line 14 utilize <div> rather <li>
code: select all
<li class="<?php echo ($key%2) ? "odd" : "even"; if(count($users)==$key+1) echo ' lastitem'; ?>">and mate on line 76
code: select all
</div>put <h> tags on line 24
code: select all
<h6><?php echo $user->name; ?></h6>deleted line 63
code: select all
<h3><?php echo jtext::_('k2_recent_items'); ?></h3>added <i> , <small> toge line 66
code: select all
<li><i><small>and mates on line 70
code: select all
</small></i></li>
wait. test question?
or need help?
or need help?
Comments
Post a Comment