My favorites
|
Sign in
azglasuvam
Аз Гласувам! (http://az-glasuvam.com)
Project Home
Downloads
Wiki
Issues
Source
Checkout
|
Browse
|
Changes
|
r32
Source path:
svn
/
trunk
/
page.all.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
<?php /*
Template Name: Всички послания
*/
?>
<!-- <?php get_header('2columns');
while (have_posts()) : the_post(); ?>
<div class="lead">
<img src="<?php bloginfo('stylesheet_directory'); ?>/2columns-<?php echo sanitize_title(urlDecode($post->post_name)); ?>.gif" />
<h2><?php the_title(); ?></h2>
<h6><?php the_excerpt(); ?></h6>
</div>
<div class="post"><?php the_content(); ?></div>
<?php endwhile;
edit_post_link('Edit this entry.', '<p>', '</p>');
global $az_glasuvam;
$_p = $az_glasuvam->poslania();
foreach($_p as $page_id) {
$wp_query = new WP_Query('page_id=' . $page_id);
?>
<div class="rotator all"><!--
<?php include TEMPLATEPATH . '/page.poslanie.php'; ?>
</div>
<?php
}
get_footer('2columns'); ?>
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
All revisions of this file
File info
Size: 814 bytes, 31 lines
View raw file
File properties
svn:mime-type
text/x-php
svn:keywords
Id Rev Date
Hosted by