Skip to content

Instantly share code, notes, and snippets.

@maxflex
Last active February 8, 2016 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxflex/f00e7f776ddc1bb80ba8 to your computer and use it in GitHub Desktop.
Save maxflex/f00e7f776ddc1bb80ba8 to your computer and use it in GitHub Desktop.
Вузы
<?php
// Превращаем университеты внутри $tutor['description'] в ссылки
static $replacements = array(
'msu' => 'МГУ им. М.В. Ломоносова|МГУ',
'hse' => 'НИУ ВШЭ|ГУ ВШЭ|Высшая Школа Экономики',
'mglu' => 'МГЛУ им. Мориса Тореза|МГЛУ',
'mgmu' => 'МГМУ им. Сеченова|МГМУ',
'mgtu' => 'МГТУ им. Баумана|МГТУ',
'rgu' => 'РГУ им. Губкина|РГУ',
'mgup' => 'МГУП',
'mgua' => 'МГЮА',
'miit' => 'МИИТ',
'mihit' => 'МИХИТ',
'rea' => 'РЭУ (РЭА)',
'fu' => 'ФУ (ФА)',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment