예제 #1
0
							<div class="large-12-columns">
								<?php 
            tpl_block_status(get_query_var('status'));
            ?>
							</div>
						</div>
					<?php 
        }
        ?>

					
					<div class="row">
						
						<div class="large-12 columns">
							<div itemprop="text"><?php 
        echo $page->filterContent('post_content');
        ?>
</div>
						</div>

					</div>

				<?php 
        tpl_wrapper_content_close();
        ?>

						
			</article>

		<?php 
    }
예제 #2
0
        ?>


        <?php 
        tpl_wrapper_content_open();
        ?>

        
         <div itemprop="text">
            
            <?php 
        if (get_query_var('reset_key', 0) || get_query_var('reset_username', 0)) {
            ?>
                
                <?php 
            echo $page->filterContent('new_password_content');
            ?>

            <?php 
        } else {
            ?>

                <?php 
            echo $page->filterContent('request_reset_content');
            ?>
                
            <?php 
        }
        ?>

          </div>