|
@@ -7,12 +7,12 @@
|
7
|
7
|
<div class="page-footer">
|
8
|
8
|
<div class="row">
|
9
|
9
|
<div class="col-xs-12 col-sm-6">
|
10
|
|
- <span class="txt-color-white">© {$smarty.now|date_format:"%Y"} Scav-Media Networks</span>
|
|
10
|
+ <span class="txt-color-white">© 2014 - {$smarty.now|date_format:"%Y"} Scav-Media Networks</span>
|
11
|
11
|
</div>
|
12
|
12
|
|
13
|
13
|
<div class="col-xs-6 col-sm-6 text-right hidden-xs">
|
14
|
14
|
<div class="txt-color-white inline-block">
|
15
|
|
- <i class="txt-color-blueLight hidden-mobile">Last account activity <i class="fa fa-clock-o"></i> <strong>52 mins ago </strong> </i>
|
|
15
|
+ <i class="txt-color-blueLight hidden-mobile">Letzte Aktivität vor <i class="fa fa-clock-o"></i> <strong>N/A</strong> </i>
|
16
|
16
|
<div class="btn-group dropup">
|
17
|
17
|
<button class="btn btn-xs dropdown-toggle bg-color-blue txt-color-white" data-toggle="dropdown">
|
18
|
18
|
<i class="fa fa-info-circle"></i> <span class="caret"></span>
|
|
@@ -20,7 +20,7 @@
|
20
|
20
|
<ul class="dropdown-menu pull-right text-left">
|
21
|
21
|
<li>
|
22
|
22
|
<div class="padding-5">
|
23
|
|
- <p class="txt-color-darken font-sm no-margin">Backend Version: 1.4.5</p>
|
|
23
|
+ <p class="txt-color-darken font-sm no-margin">Backend Version: {fetch file="../version"}</p>
|
24
|
24
|
<p class="txt-color-darken font-sm no-margin">Frontend Version: 1.8.8</p>
|
25
|
25
|
|
26
|
26
|
</div>
|
|
@@ -33,32 +33,4 @@
|
33
|
33
|
</div>
|
34
|
34
|
<!-- END PAGE FOOTER -->
|
35
|
35
|
|
36
|
|
-<!-- SHORTCUT AREA : With large tiles (activated via clicking user name tag)
|
37
|
|
-Note: These tiles are completely responsive,
|
38
|
|
-you can add as many as you like
|
39
|
|
--->
|
40
|
|
-<div id="shortcut">
|
41
|
|
- <ul>
|
42
|
|
- <li>
|
43
|
|
- <a href="inbox.html" class="jarvismetro-tile big-cubes bg-color-blue"> <span class="iconbox"> <i class="fa fa-envelope fa-4x"></i> <span>Mail <span class="label pull-right bg-color-darken">14</span></span> </span> </a>
|
44
|
|
- </li>
|
45
|
|
- <li>
|
46
|
|
- <a href="calendar.html" class="jarvismetro-tile big-cubes bg-color-orangeDark"> <span class="iconbox"> <i class="fa fa-calendar fa-4x"></i> <span>Calendar</span> </span> </a>
|
47
|
|
- </li>
|
48
|
|
- <li>
|
49
|
|
- <a href="gmap-xml.html" class="jarvismetro-tile big-cubes bg-color-purple"> <span class="iconbox"> <i class="fa fa-map-marker fa-4x"></i> <span>Maps</span> </span> </a>
|
50
|
|
- </li>
|
51
|
|
- <li>
|
52
|
|
- <a href="invoice.html" class="jarvismetro-tile big-cubes bg-color-blueDark"> <span class="iconbox"> <i class="fa fa-book fa-4x"></i> <span>Invoice <span class="label pull-right bg-color-darken">99</span></span> </span> </a>
|
53
|
|
- </li>
|
54
|
|
- <li>
|
55
|
|
- <a href="gallery.html" class="jarvismetro-tile big-cubes bg-color-greenLight"> <span class="iconbox"> <i class="fa fa-picture-o fa-4x"></i> <span>Gallery </span> </span> </a>
|
56
|
|
- </li>
|
57
|
|
- <li>
|
58
|
|
- <a href="profile.html" class="jarvismetro-tile big-cubes selected bg-color-pinkDark"> <span class="iconbox"> <i class="fa fa-user fa-4x"></i> <span>My Profile </span> </span> </a>
|
59
|
|
- </li>
|
60
|
|
- </ul>
|
61
|
|
-</div>
|
62
|
|
-<!-- END SHORTCUT AREA -->
|
63
|
|
-
|
64
|
36
|
{include file="meta/htmlFooter.tpl"}
|