Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M3P2 HTML Generator
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
12
Issues
12
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
M3P2
M3P2 HTML Generator
Commits
8a76a9ca
Commit
8a76a9ca
authored
Dec 15, 2020
by
Adrenesis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove ljbac logo, prepare admin link and put docs for setup.php
parent
54ac1cca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
2 deletions
+26
-2
setup.php
setup.php
+21
-0
footer.html.twig
user/themes/textbook/templates/partials/footer.html.twig
+5
-2
No files found.
setup.php
0 → 100644
View file @
8a76a9ca
<?php
// look at system/config/streams.yaml
//
//return [
// 'streams' => [
// 'schemes' => [
////// 'user' => [
////// 'type' => 'ReadOnlyStream',
////// 'prefixes' => [
//////// '' => ["./usera"],
////// 'pages' => ["./usera/pages"],
////// ]
////// ],
// 'page' => [
// 'type' => 'Stream',
// 'paths' => ["./usera/pages"]
//
// ],
// ]
// ]
//];
user/themes/textbook/templates/partials/footer.html.twig
View file @
8a76a9ca
...
@@ -3,8 +3,11 @@
...
@@ -3,8 +3,11 @@
<p>
<p>
<i
class=
"fa fa-code"
></i>
<i
class=
"fa fa-code"
></i>
with
<i
class=
"fa fa-heart-o pulse"
></i>
with
<i
class=
"fa fa-heart-o pulse"
></i>
by
<a
href=
"/authors"
class=
"science"
><i
class=
"fa fa-flask"
></i></a>
by
<a
href=
"/authors"
class=
"science"
><i
class=
"fa fa-flask"
></i></a>
.
and
<a
href=
"https://www.ljbac.com"
class=
"ljbac"
><i
class=
"fa fa-cube"
></i></a>
.
{%
if
false
%}
<a
href=
"/admin"
class=
"admin-link"
>
Access admin page
</a>
.
{%
else
%}
{%
endif
%}
</p>
</p>
</section>
</section>
</section>
</section>
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