Reset doc file
This commit is contained in:
parent
d33763a409
commit
057fb6839c
2 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@ <h2 id="raintpl-template">RainTPL template</h2>
|
||||||
<li>There should now be a <code>my-template/</code> directory under the <code>tpl/</code> dir, containing directly all the template files.</li>
|
<li>There should now be a <code>my-template/</code> directory under the <code>tpl/</code> dir, containing directly all the template files.</li>
|
||||||
</ul></li>
|
</ul></li>
|
||||||
<li><p>Edit <code>data/config.php</code> to have Shaarli use this template, e.g.</p>
|
<li><p>Edit <code>data/config.php</code> to have Shaarli use this template, e.g.</p>
|
||||||
<div class="sourceCode"><pre class="sourceCode php"><code class="sourceCode php"><span class="kw">$GLOBALS</span><span class="ot">[</span><span class="st">'config'</span><span class="ot">[</span><span class="st">'theme'</span><span class="ot">]</span> = <span class="st">'tpl/my-template/'</span><span class="ot">;](</span><span class="st">'theme'</span><span class="ot">]</span>-=-<span class="st">'tpl/my-template/'</span><span class="ot">;</span>.html<span class="ot">)</span></code></pre></div></li>
|
<div class="sourceCode"><pre class="sourceCode php"><code class="sourceCode php"><span class="kw">$GLOBALS</span><span class="ot">[</span><span class="st">'config'</span><span class="ot">[</span><span class="st">'RAINTPL_TPL'</span><span class="ot">]</span> = <span class="st">'tpl/my-template/'</span><span class="ot">;](</span><span class="st">'RAINTPL_TPL'</span><span class="ot">]</span>-=-<span class="st">'tpl/my-template/'</span><span class="ot">;</span>.html<span class="ot">)</span></code></pre></div></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2 id="community-themes-templates">Community themes & templates</h2>
|
<h2 id="community-themes-templates">Community themes & templates</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -18,7 +18,7 @@ _WARNING - This feature is currently being worked on and will be improved in the
|
||||||
- There should now be a `my-template/` directory under the `tpl/` dir, containing directly all the template files.
|
- There should now be a `my-template/` directory under the `tpl/` dir, containing directly all the template files.
|
||||||
- Edit `data/config.php` to have Shaarli use this template, e.g.
|
- Edit `data/config.php` to have Shaarli use this template, e.g.
|
||||||
```php
|
```php
|
||||||
$GLOBALS['config'['theme'] = 'tpl/my-template/';]('theme']-=-'tpl/my-template/';.html)
|
$GLOBALS['config'['RAINTPL_TPL'] = 'tpl/my-template/';]('RAINTPL_TPL']-=-'tpl/my-template/';.html)
|
||||||
```
|
```
|
||||||
|
|
||||||
## Community themes & templates
|
## Community themes & templates
|
||||||
|
|
Loading…
Reference in a new issue