Пример #1
0
                                $output = $output . '<div class="overlay"></div>';
                                $output = $output . '<li style="">';
                                $output = $output . '<p class="label">' . titlecase($portfolio['title']) . '</p>';
                                $output = $output . '</li>';
                                $output = $output . '</a>';
                            }
                        }
                    }
                }
            }
            $output = $output . '</ul>';
        }
    }
    return $output;
}
$_portfolio = portfolio($array_portfolio);
/*———————————————————————————————————*/
// Purpose: This will create a structured content area that will creates a hero image at top
//          accompanied by content display and more loops from $array_portfolio.
// Used:    1. piece.php
/*———————————————————————————————————*/
function piece_default($array_portfolio)
{
    $id = $_GET['id'];
    $portfolio = $array_portfolio[$id];
    /*————————————————————————————————————————————————————————————————————*/
    if (isset($portfolio['casestudy'])) {
        $output = $output . '<form class="casestudy" style="margin:0 0 5px 0;" action="piece.php" method="get">';
        $output = $output . '<input type="hidden" name="id" value="' . $id . '">';
        $output = $output . '<input type="hidden" name="switch" value="casestudy">';
        $output = $output . '<input type="submit" value="Additional Info Available">';
Пример #2
0
    ?>
</td>
		</tr>
		

		</tbody>
		</table>
</td>
</tr>
</table>

	<?php 
    echo "\n\t<br><br><br>\n\t<table>\n\t<tr>\n\t<td  width='25'></td>\n\t<td  width='500'>\n\t\t<table>\n\t\t<tr><td>";
    buysignals($user, $today, $signalUID, $lang);
    echo "<br><br>";
    cloudbreaks($user, $today, $uid, $lang);
    echo "<br><br>";
    strongIchiSignals($user, $today, $uid, $minIchimokuSignal, $lang);
    echo "\n\t\t</td></tr>\n\t\t</table>\n\t</td>\n\t<td  width='50'></td>\n\t<td>\n\t\t<table>\n\t\t<tr><td>";
    portfolio($user, $today, $uid, $lang);
    echo "<br><br>";
    favorites($user, $today, $uid, $lang);
    echo "\n\t\t</td></tr>\n\t\t</table>\n\t</td>\n\t</tr>\n\t</table>\n\t<br><br>";
    //  -----------------------------------------  End of the Home page for loged-in users  ---------------------------------
    //  -------------------------------  Below this line start the home page for non loged-in users  ------------------------
} else {
    echo "<br><center>You need to be logged in...<br><br><br><br>\n<a href='../cms/'>\n<img src='images/front/ichimoku-example.PNG' alt='MyIchimoku Screenshot' width='60%' >\n</a>\n\n</center><br><br>";
}
?>
	
Пример #3
0
<?php

theme_include('header');
?>

<h2><?php 
echo page_title();
?>
</h2>
<?php 
echo page_content();
?>

<?php 
portfolio();
?>

<?php 
theme_include('footer');