示例#1
0
<?php

require_once 'include/general.inc';
require_once 'include/config.inc';
require_once 'include/text.inc';
$html = xml_def();
$html .= doctype_def();
$html .= head_start($address, 'DoOPSearch Web Server - License and download');
$html .= head_end();
$html .= body_start('DoOPSearch Web Server');
$html .= link_start();
$html .= link_general($address);
$html .= link_end();
$html .= main_start();
$html .= content_start();
$html .= texts('license');
$html .= content_end();
$html .= main_end();
$html .= body_end();
echo $html;
示例#2
0
<?php

/**
 * The template for displaying the footer.
 *
 * Contains the closing of the #content div and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package wps_prime
 */
?>
	<?php 
content_end();
?>
    </div><!-- #content -->

    <?php 
after_content();
?>

	<?php 
before_footer();
?>

    <footer id="colophon" <?php 
echo site_footer_class();
?>
 role="contentinfo">       
        <div class="wrapper">
		<?php