Minor changes
This commit is contained in:
parent
a4fe50a162
commit
e8acd806e8
|
@ -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>';
|
||||
|
|
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue