blob: 431ace4b608069fc09d00a6f9e92a72e005bd9a8 [file] [log] [blame]
<?php
/*******************************************************************************
* Copyright (c) 2011 Eclipse Foundation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Wayne Beaton - initial API and implementation
*******************************************************************************/
$tango = "http://dev.eclipse.org";
$tangoSmall = "$tango/small_icons";
$tangoLarge = "$tango/large_icons";
$tangoHuge = "$tango/huge_icons";
$images->rss = '/projects/images/rss.gif';
$images->check = '/projects/images/ok.gif';
$images->review_documentation_small = "$tangoSmall/mimetypes/x-office-presentation.png";
$images->review_documentation_large = "$tangoLarge/mimetypes/x-office-presentation.png";
$images->review_documentation_huge = "$tangoHuge/mimetypes/x-office-presentation.png";
$images->whats_new_small = "$tangoSmall/apps/internet-news-reader.png";
$images->whats_new_large = "$tangoLarge/apps/internet-news-reader.png";
$images->whats_new_huge = "$tangoHuge/apps/internet-news-reader.png";
$images->projects_small = "$tangoSmall/emblems/emblem-system.png";
$images->projects_large = "$tangoLarge/emblems/emblem-system.png";
$images->projects_huge = "$tangoHuge/emblems/emblem-system.png";
$images->new_project_small = "$tangoSmall/actions/folder-new.png";
$images->new_project_large = "$tangoLarge/actions/folder-new.png";
$images->new_project_huge = "$tangoHuge/actions/folder-new.png";
$images->emeritus_small = "$tangoSmall/emotes/face-smile.png";
$images->emeritus_large = "$tangoLarge/emotes/face-smile.png";
$images->emeritus_huge = "$tangoHuge/emotes/face-smile.png";
$images->portal_small = "$tangoSmall/apps/preferences-system-network-proxy.png";
$images->portal_large = "$tangoLarge/apps/preferences-system-network-proxy.png";
$images->portal_huge = "$tangoHuge/apps/preferences-system-network-proxy.png";
$images->edp_small = "$tangoSmall/apps/preferences-desktop-remote-desktop.png";
$images->edp_large = "$tangoLarge/apps/preferences-desktop-remote-desktop.png";
$images->edp_huge = "$tangoHuge/apps/preferences-desktop-remote-desktop.png";
$images->committers_small = "$tangoSmall/apps/system-users.png";
$images->committers_large = "$tangoLarge/apps/system-users.png";
$images->committers_huge = "$tangoHuge/apps/system-users.png";
$images->commits_small = "$tangoSmall/categories/applications-graphics.png";
$images->commits_large = "$tangoLarge/categories/applications-graphics.png";
$images->commits_huge = "$tangoHuge/categories/applications-graphics.png";
$images->pl_small = "$tangoSmall/apps/preferences-desktop-theme.png";
$images->pl_large = "$tangoLarge/apps/preferences-desktop-theme.png";
$images->pl_huge = "$tangoHuge/apps/preferences-desktop-theme.png";
$images->mentor_small = "$tangoSmall/emblems/emblem-favorite.png";
$images->mentor_large = "$tangoLarge/emblems/emblem-favorite.png";
$images->mentor_huge = "$tangoHuge/emblems/emblem-favorite.png";
$images->tools_small = "$tangoSmall/categories/preferences-system.png";
$images->tools_large = "$tangoLarge/categories/preferences-system.png";
$images->tools_huge = "$tangoHuge/categories/preferences-system.png";
$images->download_small = "$tangoSmall/actions/go-bottom.png";
$images->download_large = "$tangoLarge/actions/go-bottom.png";
$images->download_huge = "$tangoHuge/actions/go-bottom.png";
$images->plan_small = "$tangoSmall/apps/accessories-text-editor.png";
$images->plan_large = "$tangoLarge/apps/accessories-text-editor.png";
$images->plan_huge = "$tangoHuge/apps/accessories-text-editor.png";
$images->incubation_conforming_small = '/projects/images/egg.gif';
$images->incubation_nonconforming_small = '/projects/images/egg-redx.jpg';
$images->incubation_large = "/images/egg-incubation.png";
$images->company_small = "$tangoSmall/actions/go-home.png";
$images->company_large = "$tangoLarge/actions/go-home.png";
$images->company_huge = "$tangoHuge/actions/go-home.png";
$images->active_small = "$tangoSmall/status/weather-clear.png";
$images->active_large = "$tangoLarge/status/weather-clear.png";
$images->active_huge = "$tangoHuge/status/weather-clear.png";
$images->stale_small = "$tangoSmall/status/weather-few-clouds.png";
$images->stale_large = "$tangoLarge/status/weather-few-clouds.png";
$images->stale_huge = "$tangoHuge/status/weather-few-clouds.png";
$images->inactive_small = "$tangoSmall/status/weather-overcast.png";
$images->inactive_large = "$tangoLarge/status/weather-overcast.png";
$images->inactive_huge = "$tangoHuge/status/weather-overcast.png";
$images->dead_small = "$tangoSmall/status/weather-severe-alert.png";
$images->dead_large = "$tangoLarge/status/weather-severe-alert.png";
$images->dead_huge = "$tangoHuge/status/weather-severe-alert.png";
$images->release_small = "$tangoSmall/apps/internet-web-browser.png";
$images->release_large = "$tangoLarge/apps/internet-web-browser.png";
$images->release_huge = "$tangoHuge/apps/internet-web-browser.png";
?>