Exemplo n.º 1
0
" >

  <?php 
templ_page_title_above();
//page title above action hook
?>

<script type="text/javascript" src="<?php 
bloginfo('template_directory');
?>
/js/timer.js"></script>

  <!--  CONTENT AREA START -->
  <div class="content-title">
    <?php 
echo templ_page_title_filter($ptitle);
//page tilte filter
?>
 </div>
  <?php 
if (force_ssl_admin() && !is_ssl()) {
    if (0 === strpos($_SERVER['REQUEST_URI'], 'http')) {
        $main_url = preg_replace('|^http://|', 'https://', $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']);
    } else {
        $main_url = 'https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
    }
}
if (strstr($main_url, '?')) {
    $main_url = substr($main_url, 0, strrpos($main_url, '&ptype'));
} else {
    $main_url = substr($main_url, 0, strrpos($main_url, '?ptype'));
Exemplo n.º 2
0
 <?php 
     echo templ_page_title_filter(get_the_title());
     //page tilte filter
     ?>
 <?php 
 } elseif (has_post_format('audio')) {
     ?>
 <?php 
     echo templ_page_title_filter(get_the_title());
     //page tilte filter
     ?>
 <?php 
 } else {
     ?>
 <?php 
     echo templ_page_title_filter(get_the_title());
     //page tilte filter
     ?>
 <?php 
 }
 ?>
 <?php 
 if (has_post_format('chat')) {
     ?>
 <div class="post-content">
   <?php 
     the_content();
     ?>
 </div>
 <?php 
 } else {
Exemplo n.º 3
0
<div class="content content_full">
<div class="content_top content_top_full"></div>
	<div class="content_bg content_bg_full">
     
  <div class="entry">
    <div  id="post_<?php 
the_ID();
?>
">
      <div class="post-meta">
        <?php 
templ_page_title_above();
//page title above action hook
?>
        <?php 
echo templ_page_title_filter(SIGN_IN_PAGE_TITLE);
//page tilte filter
?>
        <?php 
templ_page_title_below();
//page title below action hook
?>
      </div>
	<?php 
echo REGISTRATION_DECS;
?>
      <div class="post-content">
	 
        <?php 
foreach ($errors as $errorsObj) {
    foreach ($errorsObj as $key => $val) {
Exemplo n.º 4
0
" >
<!--  CONTENT AREA START -->

<?php 
global $current_user;
if (isset($_GET['author_name'])) {
    $curauth = get_userdatabylogin($author_name);
} else {
    $curauth = get_userdata(intval($author));
}
templ_page_title_above();
//page title above action hook
?>
<div class="content-title"> 
<?php 
echo templ_page_title_filter($curauth->display_name);
//page tilte filter
?>
 
</div>
<?php 
templ_page_title_below();
//page title below action hook
?>

<?php 
get_template_part('loop');
get_template_part('pagination');
?>

<!--  CONTENT AREA END -->
Exemplo n.º 5
0
<div  class="content content_full editprofile_page" >
<!--  CONTENT AREA START -->
  <div class="entry">
    <div <?php 
post_class('single clear');
?>
 id="post_<?php 
the_ID();
?>
">
      <div class="post-meta">
        <?php 
//templ_page_title_above(); //page title above action hook
?>
        <?php 
echo templ_page_title_filter(EDIT_PROFILE_TITLE);
//page tilte filter
?>
        <?php 
//templ_page_title_below(); //page title below action hook
?>
      </div>
      <div >
        <div class="post-content">
          <div id="sign_up">
            <?php 
if ($_REQUEST['msg'] == 'success') {
    echo "<p class=\"success_msg\"> " . EDIT_PROFILE_SUCCESS_MSG . " </p>";
} else {
    if ($_REQUEST['emsg'] == 'empty_email') {
        echo "<p class=\"error_msg\"> " . EMPTY_EMAIL_MSG . " </p>";
Exemplo n.º 6
0
</div>
    </div>
<?php 
}
?>
<div class="content content_full">
<!--  CONTENT AREA START -->

<?php 
if (function_exists('dynamic_sidebar')) {
    dynamic_sidebar('page_content_above');
}
?>

<div class="content-title"> <?php 
echo templ_page_title_filter(__("Oh, Oh. Deze pagina kunnen we helaas niet vinden.", 'templatic'));
//page tilte filter
?>
 </div>
<div class="entry">
  <div <?php 
post_class('single clear');
?>
 id="post_<?php 
the_ID();
?>
">
    <div class="post-content page_404_set">
      <p>
        <?php 
echo PAGE_ERROR_MSG;