Are there constants that I can use in HTML Element?
Permalink
I have an HTML box and I use images there. Is it possible to put constants related with page or template information?
For ecample:
<img src="{TEMPLATE_PATH}/assets/images/logo.png" />
TEMPLATE_PATH
DOMAIN
FULL_DOMAIN
vs. those constants would be really nice.
thanks
For ecample:
<img src="{TEMPLATE_PATH}/assets/images/logo.png" />
TEMPLATE_PATH
DOMAIN
FULL_DOMAIN
vs. those constants would be really nice.
thanks
But there are some addons that insert tokens.
https://www.concrete5.org/marketplace/addons/tokens1...
https://www.concrete5.org/marketplace/addons/shortcodes...