Commit 7342abd2 authored by Simonas's avatar Simonas

LT DB restored

parent dec83ea0
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -146,6 +146,27 @@
<ul id="menu">
<li>
<a href="#">VISI</a>
<ul>
<?php
$pages = get_pages( array() );
foreach( $pages as $page ) {
$content = $page->post_content;
if ( ! $content ) {
continue;
}
?>
<li><a href="<?php echo get_page_link( $page->ID ); ?>"><?php echo $page->post_title; ?></a></li>
<?php
}
?>
</ul>
</li>
<li class="style_1">
<a href="/darbo-pasiulymai/" title="DARBO PASIŪLYMAI" >
......
......@@ -146,6 +146,27 @@
<ul id="menu">
<li>
<a href="#">VISI</a>
<ul>
<?php
$pages = get_pages( array() );
foreach( $pages as $page ) {
$content = $page->post_content;
if ( ! $content ) {
continue;
}
?>
<li><a href="<?php echo get_page_link( $page->ID ); ?>"><?php echo $page->post_title; ?></a></li>
<?php
}
?>
</ul>
</li>
<li class="style_1">
<a href="/darbo-pasiulymai/" title="DARBO PASIŪLYMAI" >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment