mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-17 14:22:02 +00:00
first commit
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="<?= Root('i/css/main_tpl/page_btns.css')?>" />
|
||||
</head>
|
||||
|
||||
|
||||
<div class="page-btns">
|
||||
<a class="btn btn-primary" href="<?= SiteRoot()?>"><i class="fa fa-lg fa-home"></i> <?= L('home_notg')?></a>
|
||||
<a class="btn btn-default" onclick="window.history.back(); return false;" href="#"><i class="fa fa-lg fa-angle-left"></i> <?= L('back_notg')?></a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user