-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
executable file
·165 lines (147 loc) · 7.75 KB
/
Copy pathindex.php
File metadata and controls
executable file
·165 lines (147 loc) · 7.75 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<html>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
<title>Retromania Wordpress Theme</title>
<style>
@import url("css/style.css");
</style>
<link rel="stylesheet" href="css/vanillaslider.css">
<script src="js/vanillaslider.js"></script>
</head>
<body>
<div class="wrap">
<?php include 'partials/_header.php'; ?>
<div class="content">
<div class="content_left">
<div class="content_right">
<div class="mainbar">
<div class="mainbar_top">
<div class="mainbar_bottom">
<div class="mainbar_inner">
<div class="post">
<div class="post_date">
<div class="post_date_top">11</div>
<div class="post_date_bottom">Jul</div>
</div>
<h2 class="post_header"><a href="#">ADELINA ROCKS!!!</a></h2>
<div class="post_line"></div>
<div class="post_content">
<p>
This is my first theme. It needs some alterations. So, keep watch over renewal ;)
RED STAR! Theme entirely compatible with wordpress version 2.5 and it cut out under GPL license. So, you can be brave in using this one, but please, don’t take away the link of my site.</p>
<p>
If you have any questions in using or setting it, feel free to ask me. I’ll be glad to answer.
RED STAR! Theme for Wordpress v.2.5 (.zip file 169KB).</p>
<p>
<strong>Instalation:</strong>
</p>
<ol>
<li>Download the RedStar! Theme from my site</li>
<li>Unzip redstar folder into /wp-content/themes/ in your server</li>
<li>Enter redstar folder and open contact.php file</li>
<li>Change data on your lines 12 and 13
<ul>
<li>$your_site=”Your site address”;/Edit this address/</li>
<li>$mailto=”Your e-mail address”;/Edit this e-mail/</li>
</ul>
</li>
<li>After it enter the administration panel into design inset and choose the Red Star! theme active</li>
<li>Download the Brian’s Latest Comments (mirror) plugin</li>
<li>Unzip brianslatestcomments.php file into /wp-content/plugins/ in your server</li>
<li>After it enter the administration panel into Plugins inset and activate Brian’s Latest Comments Plugin.</li>
</ol>
</div>
<div class="post_data">
Posted by <a href="#">Jay Hafling</a> on June 21st, 2008 in <a href="#">Wordpress Themes</a> and have <a href="#">Comments (11)</a> </div>
</div>
<div class="comments">
<h1>Comments</h1>
<div class="post_line"></div>
<div class="comment">
<div class="comment_data">
<a href="#">Jay Hafling</a> on June 21st, 2008
</div>
<p>
This is my first theme. It needs some alterations. So, keep watch over renewal ;)
</p>
</div>
<h3>Slider</h3>
<div class="vanilla-slider">
<ul class="vanilla-slider-container"
data-height="300"
data-width="400">
<li><img src="images/1.jpg"></li>
<li><img src="images/rsz_nature-2.jpg"></li>
<li><img src="images/rsz_nature-3.jpg"></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sidebar">
<ul>
<li>
<form class="sidebar_search">
<input type="text" class="search_input" value="Search" /><input type="submit" value="Go" class="submit_search" />
</form>
</li>
<li>
<h2>Categories</h2>
<ul>
<li><a title="Wordpress Themes" href="#">Wordpress Themes</a></li>
<li><a title="Wordpress Themes" href="#">Design</a></li>
<li><a title="Wordpress Themes" href="#">Webdesign</a></li>
<li><a title="Wordpress Themes" href="#">City</a></li>
<li><a title="Wordpress Themes" href="#">Urban Live</a></li>
<li><a title="Wordpress Themes" href="#">Redstar Theme</a></li>
<li><a title="Wordpress Themes" href="#">Green Blood Theme</a></li>
</ul>
</li>
<li>
<h2>Latest posts</h2>
<ul>
<li><a title="Wordpress Themes" href="#">6 Steps A Designer Should Consider Doing To Prepare For A Website Project</a></li>
<li><a title="Wordpress Themes" href="#">Speed Up Your Development Time With The Blueprint CSS Framework</a></li>
<li><a title="Wordpress Themes" href="#">Display A Google Ad After Your Blog Posts In Wordpress</a></li>
</ul>
</li>
<li>
<h2>META</h2>
<ul>
<li><a title="Wordpress Themes" href="#">See Admin</a></li>
<?php if(isset($_SESSION['username'])): ?>
<li><a href="logout.php">Logout</a></li>
<?php else: ?>
<li><a title="Wordpress Themes" href="login.php">Login</a></li>
<li><a title="Wordpress Themes" href="register.php">Sign up</a></li>
<?php endif; ?>
</ul>
</li>
</ul>
</div>
<div class="clear"></div>
</div>
</div>
<?php include 'partials/_footer.php'; ?>
</div>
</div>
<div align="center">Сайт создан в системе <a href="http://www.ucoz.ru/" title="Создать сайт бесплатно">uCoz</a><br /></div>
<script>
var mySlider = document.querySelector('.vanilla-slider');
var vanillaSlider = new VanillaSlider(mySlider);
vanillaSlider.init({
// autoplay
autoplay: true,
// autoplay interval
autoplayTime: 3000,
// shows navigation
control: true,
// shows pagination
pagination: true
});
</script>
</body>
</html>