My favorites
|
Sign in
azglasuvam
Аз Гласувам! (http://az-glasuvam.com)
Project Home
Downloads
Wiki
Issues
Source
Checkout
|
Browse
|
Changes
|
‹r14
r32
Source path:
svn
/
trunk
/
page.poslanie.php
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: Послание
*/
?>
<?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; ?>
"<?php echo $post->original_title; ?>"</a>
<?php } ?>
</div>
<?php endwhile;
Show details
Hide details
Change log
r16
by kaloyan on May 15, 2009
Diff
[No log message]
Go to:
/trunk/0.png
/trunk/functions.php
/trunk/header.php
/trunk/index.php
/trunk/page.all.php
/trunk/page.poslanie.php
/trunk/page.rotator.php
/trunk/rotator.css
/trunk/rotator.html
/trunk/rotator.js
/trunk/skin.css
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
View raw file
Hosted by