Show sourcecode

The following files exists in this folder. Click to view.

test/

.idea/
audio/
blokket.php
blokket2.php
dbtest.php
edit-stylesheet-process.php
edit-stylesheet.php
edit-stylesheet_original.php
ex/
favorites.php
img/
incl/
kmom03_get.php
kmom03_getform.php
kmom03_postform.php
kmom03_validate.php
login.php
login_MOS.php
me.php
report.php
select-stylesheet-process.php
select-stylesheet.php
select-stylesheet_original.php
social.php
src/
style/
style-default.php
style-default_original.php
style.php
style_original.php
test.php
viewsource.php

social.php

1 lines ASCII Unix (LF)
1
<!DOCTYPE html>
<html lang='en'>
<head>
        <title> <?php echo $pageTitle; ?> </title>
        <link rel="stylesheet" href=<?php echo "style/empty.css"; ?> title="General stylesheet">
        <link rel="alternate stylesheet" href="style/debug.css" title="Debug stylesheet">
        <link rel="shortcut icon" href="img/BatmanFavicon.ico">
        <meta charset="utf-8">
        <meta name="keywords" content="Nicolas, Dubray">
        <meta name="author" content="Nicolas Dubray">
        
        <!--[if lt IE 9]>
        <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
        <![endif]-->
    
        <style>
        .thumbnail {
            float: left;
            width: 110px;
            height: 90px;
            margin: 5px;
        }
        </style>
</head>
<body>

</body>
</html>