My favorites | Sign in
Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?php /*
Template Name: &#1055;&#1086;&#1089;&#1083;&#1072;&#1085;&#1080;&#1077;
*/
?>
<?php while (have_posts()) : the_post();
$_content = do_shortcode(get_the_content());
$_content = apply_filters('the_content', trim($_content));

?>
-->
<div class="author">
<?php if ($post->snimka) { ?>
<img src="<?php echo $post->snimka; ?>" alt="<?php echo $post->avtor; ?>" class="avatar"/>
<?php } ?>

<h2><?php echo $post->avtor; ?></h2>
<div class="details"><?php echo $post->poveche; ?></div>
<?php if ($post->blog_url) { ?>
<a href="<?php echo $post->blog_url; ?>" target="_blank"
class="blog"><?php echo $post->blog_title
? $post->blog_title
: $post->blog_url; ?></a>
<?php } ?>

</div>

<div class="caption">
<?php echo $_content; ?>

<?php if ($post->original_url) { $first_name = array_shift(explode(' ', $post->avtor)); ?>
<a class="more" target="_blank" href="<?php echo $post->original_url; ?>">Прочетете
повече от статията на <?php echo $first_name; ?>
&quot;<?php echo $post->original_title; ?>&quot;</a>
<?php } ?>
</div>

<?php endwhile;
Show details Hide details

Change log

r16 by kaloyan on May 15, 2009   Diff
[No log message]
Go to: 
Project members, sign in to write a code review

Older revisions

r14 by kaloyan on May 15, 2009   Diff
[No log message]
r12 by kaloyan on May 10, 2009   Diff
[No log message]
r11 by kaloyan on May 02, 2009   Diff
[No log message]
All revisions of this file

File info

Size: 1164 bytes, 37 lines
Hosted by Google Code