Keyword

Users Module code changes

More
11 years 11 months ago #105475 by Robb
Users Module code changes was created by Robb
I've made the following changes to the users module default.php

Does anyone see a problem?

Removed line the <ul> tag on line 12
<ul>
and its mate on line 78
</ul>
changed line 14 to utilize a <div> rather than a <li>
<li class="<?php echo ($key%2) ? "odd" : "even"; if(count($users)==$key+1) echo ' lastItem'; ?>">
and its mate on line 76 to
</div>
put <h> tags on line 24
<li><i><small>
and their mates on line 70
</small></i></li>

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum