Remove unneccessary page title
This commit is contained in:
parent
858fec7ec1
commit
9aa7f505e7
|
@ -8,13 +8,11 @@ $_SESSION['currentalbum'] = 0;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<!-- insert the page content here -->
|
<!-- insert the page content here -->
|
||||||
<h1><span id="btn_album_0" class="textlink">Scale Models</span>
|
|
||||||
<?php
|
<?php
|
||||||
if ( $currentuser->isLoggedIn() ) {
|
if ( $currentuser->isLoggedIn() ) {
|
||||||
echo "<span class='textlink smallerlink' id='btn_refresh'>REFRESH</span>\n";
|
echo "<div class='textlink' id='btn_refresh'>REFRESH</div>\n";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</h1>
|
|
||||||
<div class="albumdetails hidden" id="albumdetails">
|
<div class="albumdetails hidden" id="albumdetails">
|
||||||
<h2><b>Album Title:</b> <span id="albumtitle"></span></h2>
|
<h2><b>Album Title:</b> <span id="albumtitle"></span></h2>
|
||||||
<h2>Album Description:</h2>
|
<h2>Album Description:</h2>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user