示例#1
0
<div class="pills-menu">
    <?php 
$this->menu('ctype');
?>
</div>

<?php 
if (!$cats) {
    ?>
    <p><?php 
    printf(LANG_CP_PROPS_NO_CATS, $ctype['title']);
    ?>
</p>
    <p><?php 
    printf(LANG_CP_PROPS_NO_CATS_ADD, $this->href_to('content', array('cats_add', $ctype['id'], 1)) . '?back=' . href_to_current());
    ?>
</p>
<?php 
}
?>

<?php 
if ($cats) {
    ?>

<table class="layout-no-fit">
    <tr>
        <td class="sidebar" valign="top">

            <div id="datatree">
示例#2
0
    ?>
</link>
            </image>
            <yandex:logo><?php 
    echo $config->upload_host_abs . '/' . $feed['image']['normal'];
    ?>
</yandex:logo>
            <yandex:logo type="square"><?php 
    echo $config->upload_host_abs . '/' . $feed['image']['normal'];
    ?>
</yandex:logo>
        <?php 
}
?>
        <atom:link rel="self" type="application/rss+xml" href="<?php 
html(href_to_current(true));
?>
"/>
        <?php 
if (!empty($feed['items'])) {
    ?>
            <?php 
    foreach ($feed['items'] as $item) {
        ?>
                <item>
                    <?php 
        if (!empty($feed['mapping']['title'])) {
            ?>
                        <title><?php 
            html($item[$feed['mapping']['title']]);
            ?>