Recent Topics

1 Mar 29, 2006 01:38    

I'm using the Phoenix alpha 1.6 version of b2evolution. I'm making my own skin and I'm trying to get rid of the ugly edit icon with the pencil and paper.

2 Apr 16, 2006 13:24

Open up _main.php from the skin you are using
replace


<?php $Item->edit_link( ) ) /* Link to backoffice for editing */ ?>


by


<?php $Item->edit_link( ' &bull; ', ' ', T_('Edit...') ) /* Link to backoffice for editing */ ?>

Then you will no longer see an icon but you will see the text 'edit'


Form is loading...