Skip to Content.
Sympa Menu

devel - Re: [sympa-dev] Searching PNGs in the icons_url directory

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Olivier Salaun <address@concealed>
  • To: Jérôme Marant <address@concealed>
  • Cc: sympa-dev <address@concealed>
  • Subject: Re: [sympa-dev] Searching PNGs in the icons_url directory
  • Date: Tue, 20 Nov 2001 11:24:48 +0100

Hi Jerome,

Jérôme Marant wrote:
> Well, I think that the access to those icons should also be updated
> in all the templates, for example /icons/left.png replaced by
> [icons_url]/left.png.
>
> Something like should do the job (tested ;-):
>
> for i in `grep -r \.png wwsympa/wws_templates | cut -f1 -d':' | uniq |
> xargs`; do
> sed -e "s;/icons;[icons_url];g" $i > $i.new
> mv $i.new $i
> done

We've applied your fix, thanks.

--
Olivier Salaün
Comité Réseau des Universités



Archive powered by MHonArc 2.6.19+.

Top of Page