Skip to content

Instantly share code, notes, and snippets.

@Ozerich
Created September 20, 2010 15:01
Show Gist options
  • Select an option

  • Save Ozerich/588025 to your computer and use it in GitHub Desktop.

Select an option

Save Ozerich/588025 to your computer and use it in GitHub Desktop.
$smarty->assign('left_menu', ' <a href="#" class="button-big">
<span>Главная страница</span>
</a>
<a href="#" class="button">
<img src="images/icons/left-login.png"/>
<span>Вход</span>
</a>
<a href="#" class="button">
<img src="images/icons/left-registration.png"/>
<span>Регистрация</span>
</a>
');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment