Author: arma Date: 2011-03-09 18:52:22 +0000 (Wed, 09 Mar 2011) New Revision: 24325
Removed: website/trunk/include/navigation.wmi Log: remove a copy of navigation.wmi that is never used as far as i can tell
Deleted: website/trunk/include/navigation.wmi =================================================================== --- website/trunk/include/navigation.wmi 2011-03-09 18:29:06 UTC (rev 24324) +++ website/trunk/include/navigation.wmi 2011-03-09 18:52:22 UTC (rev 24325) @@ -1,24 +0,0 @@ -#!/usr/bin/wml - -## translation metadata -# Revision: $Revision: 22069 $ -# Translation-Priority: 1-high - -<: - # path link text - my @navigation = ( - 'home' , 'Home', - 'about/overview' , 'About Tor', - 'docs/documentation' , 'Documentation', - 'projects/projects' , 'Projects', - 'press/press' , 'Press', - '<blog>' , 'Blog', - 'http://printfection.com/torprojectstore' , 'Store', - ); - my @calltoaction = ( - 'download/download' , 'Download', - 'donate/donate' , 'Donate', - 'getinvolved/volunteer' , 'Get Involved', - ); - -:>
tor-commits@lists.torproject.org