Manual Skin ModsUpdated: March 23rd, 2014
Created: 15/02/14As vOw is only authored by me I removed the user info from meta info.
_item_block.inc.php
Commented out lines 100 to 109
/*$Item->author( array(
'before' => T_('Created by '),
'after' => ' • ',
'link_text' => 'login',
) );
$Item->lastedit_user( array(
'before' => T_('Last editor '),
'after' => T_(' on ').$Item->get_mod_date( 'F jS, Y' ),
'link_text' => 'login',
) );*/
and amended line 99 with
Last edited on:' . $Item->get_mod_date( 'F jS, Y' ) to line 99
echo '<hr /><p class="notes"><span class="roundbutton_group"> '.$action_links.' </span> Last edited on: ' . $Item->get_mod_date( 'F jS, Y' );
Pages: 1· 2







