make separator image disableable
This commit is contained in:
parent
80b6c58e5d
commit
644f44f175
4 changed files with 19 additions and 4 deletions
|
@ -1,4 +1,7 @@
|
|||
<?php include('header.tpl'); ?>
|
||||
<?php
|
||||
$show_sep=true;
|
||||
include('header.tpl');
|
||||
?>
|
||||
<div id="content_padding">
|
||||
<?php include('projects_data/project_items.php'); ?>
|
||||
<div class="collection_container">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue