|
|
Home / Templates Customization
|
What is Website template
A Web template system describes the software and methodologies used to produce web pages and for deployment on websites and delivery over the Internet.[citation needed] Such systems process web templates, using a template engine. It is a web publishing tool present in content management systems,...
|
|
07 Jul, 2011
Comments: 0
|
|
|
Customizing the template design layout.
By default the main layout file is located at /<$ServerPath>/application/layouts/scripts/<$TemplatePath>/layout.phtml unless you change / customize the template location. You can find the Default template under admin area where you will be able to customize or switch around to many...
|
|
05 Apr, 2012
Comments: 0
|
|
|
How to change my Logo?
If you are using our default template, there are two ways to change the logo. There are :
Overwrite Logo Images:
By default all logo and images are located at /<$ServerPath> /application/layouts/scripts/<$TemplatePath>/images/ therefore you can upload & overwrite...
|
|
07 Jul, 2011
Comments: 0
|
|
|
Default location of Templates , JS , CSS and Images.
By Default the Core Files are located as :
File Type
File Locations
Layout File
/<$ServerPath>/application/layouts/scripts/<$TemplatePath>/layout.phtml
Default Image
...
|
|
05 Apr, 2012
Comments: 0
|
|
|
Designing various templates blocks
A Block is basically a data resource for Views. It uses the sites Models, grabs the data, makes any necessary adjustments, and then makes that data available to a View. For instance, when you override / create a Block that calls a product collection, that product collection is pulling some...
|
|
22 Mar, 2012
Comments: 0
|
|
|
Creating Custom Blocks
A block is a dynamic data model. The purpose of a block is to replace the static view model of MVC application by using a model that can be updated at run time—that is, by using a dynamic block.
In short blocks are dynamic data models that use block templates to make the data visible...
|
|
08 Jul, 2011
Comments: 0
|
|
|
Default template location of all Modules
By Default the template of all Modules are located as follows :
Default template location of all Modules
File Type
File location
Default CSS
/<$ServerPath>/css
Default JS
...
|
|
05 Apr, 2012
Comments: 0
|
|
|
Introduction of Modules Architecture.
When the application becomes bigger and bigger the controller, models and views/scripts directories contain more and more files. That’s a bit odd, because it becomes difficult to maintain, and than the modules come in hand. As our application is based on Zend App there are tons of articles...
|
|
09 Jul, 2011
Comments: 0
|
|
|
Customization of individual Modules theme.
You are free to customize the modules and it’s template according to the requirement. Here it explained the modules hierarchical organizational structure for better understanding:
Application_Main_Directory
|
|application
|
|modules
|
|Name Of Module
...
|
|
09 Jul, 2011
Comments: 0
|
|
|
The core Architecture overview/Directories
As normal Zend Framework project, our application contains an application folder and a library folder.
The library folder contains the generic scripts: the Zend Framework library, and the application library. this is the recommended place for all libraries.
The application folder...
|
|
18 Jul, 2011
Comments: 0
|
|
|