mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-08-01 12:30:57 +02:00
Changed preface url in toc template
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div class="table-of-contents">
|
||||
<h4>Table of Contents</h4>
|
||||
<a href="<?= page_path('index') ?>">Preface</a>
|
||||
<a href="/">Preface</a>
|
||||
<ol>
|
||||
<li><a href="<?= page_path('basics') ?>">Basics</a></li>
|
||||
<li><a href="<?= page_path('variables') ?>">Variables</a></li>
|
||||
|
Reference in New Issue
Block a user