Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
valencia
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
9
Issues
9
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
valencia
Commits
f5f81577
Commit
f5f81577
authored
May 10, 2014
by
Riccardo Padovani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Started to work on scaffolding,
Fix
#4
parent
9eb16b77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
15 deletions
+3
-15
tpl/page.tpl.php
tpl/page.tpl.php
+3
-15
No files found.
tpl/page.tpl.php
View file @
f5f81577
...
...
@@ -109,7 +109,7 @@
</nav>
</header>
<div
id=
"page-
wrapper"
><div
id=
"page"
>
<div
class=
"
wrapper"
><div
id=
"page"
>
<?php
if
(
$breadcrumb
)
:
?>
<div
id=
"breadcrumb"
>
<?php
print
$breadcrumb
;
?>
</div>
...
...
@@ -120,10 +120,9 @@
<div
id=
"main-wrapper"
><div
id=
"main"
class=
"clearfix"
>
<div
id=
"content"
class=
"column"
><div
class=
"section"
>
<?php
if
(
$page
[
'highlighted'
])
:
?>
<div
id=
"highlighted"
>
<?php
print
render
(
$page
[
'highlighted'
]);
?>
</div>
<?php
endif
;
?>
<a
id=
"main-content"
></a>
<?php
print
render
(
$title_prefix
);
?>
<?php
if
(
$title
)
:
?>
<h1
class=
"
title
"
id=
"page-title"
>
<?php
print
$title
;
?>
</h1>
<?php
endif
;
?>
<?php
if
(
$title
)
:
?>
<h1
class=
"
row
"
id=
"page-title"
>
<?php
print
$title
;
?>
</h1>
<?php
endif
;
?>
<?php
print
render
(
$title_suffix
);
?>
<?php
if
(
$tabs
)
:
?>
<div
class=
"tabs"
>
<?php
print
render
(
$tabs
);
?>
</div>
<?php
endif
;
?>
<?php
print
render
(
$page
[
'help'
]);
?>
...
...
@@ -132,17 +131,6 @@
<?php
print
$feed_icons
;
?>
</div></div>
<!-- /.section, /#content -->
<?php
if
(
$page
[
'sidebar_first'
])
:
?>
<div
id=
"sidebar-first"
class=
"column sidebar"
><div
class=
"section"
>
<?php
print
render
(
$page
[
'sidebar_first'
]);
?>
</div></div>
<!-- /.section, /#sidebar-first -->
<?php
endif
;
?>
<?php
if
(
$page
[
'sidebar_second'
])
:
?>
<div
id=
"sidebar-second"
class=
"column sidebar"
><div
class=
"section"
>
<?php
print
render
(
$page
[
'sidebar_second'
]);
?>
</div></div>
<!-- /.section, /#sidebar-second -->
<?php
endif
;
?>
</div></div>
<!-- /#main, /#main-wrapper -->
...
...
@@ -150,4 +138,4 @@
<?php
print
render
(
$page
[
'footer'
]);
?>
</div></div>
<!-- /.section, /#footer -->
</div></div>
<!-- /#page, /
#page-
wrapper -->
</div></div>
<!-- /#page, /
.
wrapper -->
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment