Minor changes

This commit is contained in:
dignajar 2015-08-02 19:07:34 -03:00
parent a4fe50a162
commit e8acd806e8
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,7 @@
echo '<span class="version">'.$Language->g('Version').': '.$theme['version'].'</span><span class="author">'.$Language->g('author').': '.$theme['author'].'</span>';
if($theme['dirname']!=$Site->theme()) {
echo '<a href="'.HTML_PATH_ADMIN_ROOT.'install-theme/'.$theme['dirname'].'" class="btn btn-red btn-smaller">Install theme</a>';
echo '<a href="'.HTML_PATH_ADMIN_ROOT.'install-theme/'.$theme['dirname'].'" class="btn btn-red btn-smaller">'.$Language->g('Install theme').'</a>';
}
echo '</div>';

View File

@ -136,5 +136,6 @@
"change-your-language-and-region-settings":"Change your language and region settings.",
"language-and-timezone":"Language and timezone",
"author": "Author",
"start-here": "Start here"
"start-here": "Start here",
"install-theme": "Install theme"
}