<br />
<b>Warning</b>:  Undefined array key "media" in <b>/home/ofjmyylo/public_html/cheatsheet/feed.php</b> on line <b>235</b><br />
<br />
<b>Warning</b>:  Undefined array key "media" in <b>/home/ofjmyylo/public_html/cheatsheet/feed.php</b> on line <b>305</b><br />
<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.cheatsheet.thehub.net/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.cheatsheet.thehub.net/feed.php">
        <title>ConcreteCMS CheatSheet</title>
        <description></description>
        <link>https://www.cheatsheet.thehub.net/</link>
        <image rdf:resource="https://www.cheatsheet.thehub.net/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-16T14:41:41+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.cheatsheet.thehub.net/doku.php?id=cheatsheet&amp;rev=1693314964&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.cheatsheet.thehub.net/lib/tpl/dokuwiki/images/favicon.ico">
        <title>ConcreteCMS CheatSheet</title>
        <link>https://www.cheatsheet.thehub.net/</link>
        <url>https://www.cheatsheet.thehub.net/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.cheatsheet.thehub.net/doku.php?id=cheatsheet&amp;rev=1693314964&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-29T13:16:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cheatsheet</title>
        <link>https://www.cheatsheet.thehub.net/doku.php?id=cheatsheet&amp;rev=1693314964&amp;do=diff</link>
        <description>Themes and Style Sheets

Get Style Sheet


$this-&gt;getStyleSheet();

Load stylesheet in header

&lt;?php echo $this-&gt;getStyleSheet(&#039;main.css&#039;)?&gt;


Get Theme Path


$this-&gt;getThemePath();

Use to load an image from theme image directory

&lt;img src=&quot;&lt;?=$this-&gt;getThemePath()?&gt;/images/photo.png&quot;&gt;

OR

&lt;?php
  $v = View::getInstance();
  $v-&gt;getThemePath();
?&gt;</description>
    </item>
</rdf:RDF>
