1 (edited by apmuthu 09/23/2014 06:20:17 pm)

Topic: Change menu_entry.png in standard themes

WEBROOT=/var/www/frontac
WORKDIR=`pwd`
cd ${WEBROOT}/
wget http://www.apmuthu.com/files/menu_entry.png
# mkdir -p themes/{aqua,cool,default}/images
echo themes/{aqua,cool,default}/images/ | xargs -n 1 cp -f menu_entry.png
rm -f menu_entry.png
cd ${WORKDIR}
WEBROOT=
WORKDIR=

This will make for a clearer Add icon.

Post's attachments

Notes.png 35.2 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.