|
System | : | Linux MiraNet 3.0.0-14-generic-pae #23-Ubuntu SMP Mon Nov 21 22:07:10 UTC 2011 i686 |
Software | : | Apache. PHP/5.3.6-13ubuntu3.10 |
ID | : | uid=65534(nobody) gid=65534(nogroup) groups=65534(nogroup)
|
|
Safe Mode | : | OFF |
Open_Basedir | : | OFF |
Freespace | : | 33.71 GB of 70.42 GB (47.87%) |
|
MySQL: ON MSSQL: OFF Oracle: OFF PostgreSQL: OFF Curl: OFF Sockets: ON Fetch: OFF Wget: ON Perl: ON |
Disabled Functions: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
|
[ System Info ]
[ Processes ]
[ SQL Manager ]
[ Eval ]
[ Encoder ]
[ Mailer ]
[ Back Connection ]
[ Backdoor Server ]
[ Kernel Exploit Search ]
[ MD5 Decrypter ]
[ Reverse IP ]
[ Kill Shell ]
[ FTP Brute-Force ]
|
|
/
home/
mar/
bak/
sdam-objekt.ru/
constructzine-lite/
- drwxr-xr-x
|
Viewing file: footer.php (2.49 KB) -rw-r--r--Select action/file-type:  ( +) |  ( +) |  ( +) | Code ( +) | Session ( +) |  ( +) | SDB ( +) |  ( +) |  ( +) |  ( +) |  ( +) |  ( +) |
<?php
/*
* The template for displaying Footer.
*
* @package ThemeIsle
*/
?>
<footer class="cf">
<div class="inner cf">
<div class="about-us">
<?php
if ( get_theme_mod( 'ti_footer_aboutus_title',__('About us','constructzine-lite' )) ) {
echo '<h3>' . get_theme_mod( 'ti_footer_aboutus_title' ) . 'Заголовок</h3>';
}
?>
<?php
if ( get_theme_mod( 'ti_footer_aboutus_content',' Текст, footer ' ) ) {
echo '<p>' . get_theme_mod( 'ti_footer_aboutus_content',' Текст, footer, примерно такого формата а ааааа ааа ааааа ааа ааааааааа ааааааа аааааа аааа ааа аааааааа аа аа аа ааааааааа а аааааа аааа аааа аа ааааа аа ааааа а аааа ' ) . '</p>';
}
?>
</div>
<div class="contact-us">
<?php
if ( get_theme_mod( 'ti_footer_contactus_title','Контакты' ) ) {
echo '<h3>' . get_theme_mod( 'ti_footer_contactus_title','Контакты' ) . '</h3>';
}
if ( get_theme_mod( 'ti_footer_contactus_content','<p> Московская область, Электросталь, улица, дом </p><p> Тел: +7 926 356 3587 <br>E-mail: contact@email.com </p>' ) ) {
echo '<p>' . get_theme_mod( 'ti_footer_contactus_content','<p> Московская область, Электросталь, улица, дом </p><p> Тел: +7 926 356 3587 <br>E-mail: contact@email.com </p>' ) . '</p>';
}
?>
</div>
<div class="directions">
<?php
if ( get_theme_mod( 'ti_footer_map_title','На карте' ) ) {
echo '<h3>' . get_theme_mod( 'ti_footer_map_title','На карте' ) . '</h3>';
}
if ( get_theme_mod( 'ti_footer_map_iframe','<iframe src="https://www.google.com/maps/embed?q=russia" width="600" height="450" frameborder="0" style="border:0"></iframe>' ) ) {
echo get_theme_mod( 'ti_footer_map_iframe','<iframe src="https://www.google.com/maps/embed?q=russia" width="600" height="450" frameborder="0" style="border:0"></iframe>' ); } ?> <!--div class="constructzine-lite-copyright"> <a href="https://themeisle.com/themes/constructzine-lite/" target="_blank" rel="nofollow">Constructzine Lite </a> <a href="http://wp-templates.ru/" title="скачать темы для сайта" target="_blank">Темы wordpress</a> </div-->
</div>
</div>
<?php wp_footer(); ?>
</footer>
</body>
</html>
|