fixed files, fixed paths, fixed impressum
This commit is contained in:
parent
e70f970564
commit
0e96a7c863
BIN
neopolimatrix/files/files/neopolimatrix.png
Normal file
BIN
neopolimatrix/files/files/neopolimatrix.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 69 KiB |
@ -1,2 +1,3 @@
|
||||
<?php
|
||||
\SYSTEM\FILES\files::registerFolder(dirname(__FILE__).'/person/','person','*.*');
|
||||
\SYSTEM\FILES\files::registerFolder(dirname(__FILE__).'/files/','files','*.*');
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
class default_impressum extends \SYSTEM\PAGE\Page {
|
||||
public function html(){
|
||||
$vars = array();
|
||||
$vars = array_merge($vars, \SYSTEM\locale::getStrings(101));
|
||||
$vars = array_merge($vars, \SYSTEM\PAGE\text::tag('neopolimatrix'));
|
||||
return SYSTEM\PAGE\replace::replaceFile(SYSTEM\SERVERPATH(new PPAGE(),'default_impressum/tpl/impressum.tpl'), $vars);
|
||||
}
|
||||
}
|
||||
@ -1,3 +1,3 @@
|
||||
<div style="width: 750px; margin: auto; margin-bottom: 50px;">
|
||||
${Impressum}
|
||||
${impressum}
|
||||
</div>
|
||||
|
||||
@ -27,10 +27,10 @@
|
||||
}(document, 'script', 'facebook-jssdk'));
|
||||
</script>
|
||||
<div style="margin: auto;">
|
||||
<img src="http://www.mojotrollz.eu/web/smaLi/api.php?call=files&cat=files&id=neopolimatrix.png"/>
|
||||
<img src="./api.php?call=files&cat=files&id=neopolimatrix.png"/>
|
||||
<div style="position: absolute; right: 0; top: 30; text-align: left; width: 350px;">
|
||||
<div class="fb-like" data-href="https://www.neopolimatrix.eu/" data-layout="standard" data-action="like" data-show-faces="true" data-share="true"></div>
|
||||
<a href="http://www.mojotrollz.eu/web/Neopolimatrix">Blog</a>
|
||||
<a href="http://www.neopolimatrix.eu/">Blog</a>
|
||||
<a href="#!impressum" id="btn_impressum">Impressum</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user