mirror of
https://github.com/cytopia/devilbox.git
synced 2025-02-20 01:16:36 +00:00
Merge branch 'master' into patch-1
This commit is contained in:
commit
dfb6eaec69
@ -263,7 +263,7 @@ HTML;
|
||||
<nav class="navbar navbar-toggleable-md navbar-inverse bg-inverse footer">
|
||||
<div class="container justify-content-end">
|
||||
<ul class="nav navbar-nav">
|
||||
<li class="nav-item nav-link">Render time: ${render_time} sec</li>
|
||||
<li class="nav-item nav-link">Render time: {$render_time} sec</li>
|
||||
<li class="nav-item"><a class="nav-link" target="_blank" href="https://github.com/cytopia/devilbox"><code>Github</code></a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="/credits.php"><code>Credits</code></a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="/support.php"><code>Support</code></a></li>
|
||||
|
@ -4,9 +4,9 @@
|
||||
Official CakePHP Documentation <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
|
||||
</a>
|
||||
|
||||
.. |ext_lnk_example_codeignitor_documentation| raw:: html
|
||||
.. |ext_lnk_example_codeigniter_documentation| raw:: html
|
||||
|
||||
<a target="_blank" href="https://www.codeigniter.com/user_guide/installation/index.html">
|
||||
<a target="_blank" href="https://www.codeigniter.com/userguide3/installation/index.html">
|
||||
Official CodeIgniter Documentation <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
|
||||
</a>
|
||||
|
||||
|
@ -12,7 +12,7 @@ This example will use ``wget`` to install CodeIgniter from within the Devilbox P
|
||||
After completing the below listed steps, you will have a working CodeIgniter setup ready to be
|
||||
served via http and https.
|
||||
|
||||
.. seealso:: |ext_lnk_example_codeignitor_documentation|
|
||||
.. seealso:: |ext_lnk_example_codeigniter_documentation|
|
||||
|
||||
|
||||
**Table of Contents**
|
||||
|
Loading…
x
Reference in New Issue
Block a user