Topics

 Page Not Found

The page you were looking for wasn't found. It may have been moved or deleted.

Could this be what you are looking for?

We found the following pages which are similar to the page "icon" you were looking for
Theme Assets
You may further customize a theme by placing specialized graphics in the theme folder...favicons and touch-icons. By placing an .ico format file named 'favicon.ico' into the folder, the page will be marked to be used as a favorite icon...
icon function
{icon} gives you quick access to display an icon and have it act as a button without having to write out the urls yourself.  Here's a snippet: {icon img='view.png'} The path to the icon "view.png" will be called, and the...
Preview Mode
Selecting this command toggles the site to a mode which appears as if anyone who isn't logged in would see the site.  However, the "slingbar" still appears for access to commands. This command is useful to get a better...
Manage Themes
The Theme Manager displays all the available  themes and allows the administrator to select the current site theme, preview a theme, and configure a theme. In addition to a preview of th theme and information there are actions in the...
Custom Exponent Menu
It may be desirable to create a custom menu within the Exponent system menu to allow quick access to commands in your module (or any action within Exponent CMS). The .php file will exist within the theme subfolder,...
Using Smarty
Smarty tags are used to display variables passed from the controller to the view.  It it also used to manipulate those variables or act in response the the passed variables.  This gives us tremendous power over the display of...
popupdatetime Control - popupdatetimecontrol Class
Creates a text date/time with an icon to select/change that date/time.
Creating a Custom Module View
Here's a quick tutorial about creating a custom view.  While you can replace a system view by creating a view with the same name or provide an additional alternate to it.  We are going to create an additional custom view for...
RSS/Podcast
This feature allows you to create an RSS/Podcast feed from the module.  The link for this feed will then be available as an icon next to the module title.  The feed may also be optionally advertised to the web browser for...
Create an Exponent Module - Part 2
Ok, we have our basic module down and now we would like to have our module display the albums in different ways. Let’s use two examples in our article: Example 1 Let’s say that we want to generate a list of all the albums,...