Postări

Se afișează postări din iulie, 2011

Typo3 template example using subparts

<div id="page">     <div id=head>         <div id="logo">               <!-- ###LOGO### -->               <img />               <!-- ###LOGO### -->         </div>         <div id="login">               <!-- ###LOGIN### -->               <form></form>               <!-- ###LOGIN### -->         </div>         <div id="langs">               <!-- ###LANG_MENU### -->               <ul><li></li></ul>               <!-- ###LANG_MENU### --> ...

Typo3 include js and css

page = PAGE page{ typeNum = 0   bodyTag = <body> meta{     DESCRIPTION=Site description     KEYWORDS=key1, key2, keywords     author = author name     robots = noodp     revisit-after = 3 days     language = en, english     distribution = global     google-site-verification = 4324restfgsdgdg#googlecode } headerData {     5 = TEXT     5.field = abstract     5.ifEmpty.field=title     5.wrap = <title>  |  - domain.com</title> }   includeJS{       jquery = fileadmin/js/jquery-1.5.1.min.js     jquery.compress=1     jqueryui = fileadmin/js/jquery-ui-1.8.14.custom.min.js     jqueryui.compress=1     }   includeCSS{ stylemin = fileadmin/css/all.min.css           style = fileadmin/css/style.css     style.c...

Codeigniter

Display Current Url $query = $_SERVER['QUERY_STRING'] ? '?'.$_SERVER['QUERY_STRING']:''; echo $this->config->site_url().$this->uri->uri_string(). $query;

typoscript translate

temp.wheater=HTML temp.weather.value=some value temp.weather.value.lang.en=some value2 temp.weather.value.lang.fr=some value3